From fb91e62a2520179928ffb25fd29d92eb7674a674 Mon Sep 17 00:00:00 2001 From: "J. A. Messias" Date: Mon, 27 Jan 2025 14:33:08 -0300 Subject: [PATCH] WIP --- integration_test/app_test.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration_test/app_test.dart b/integration_test/app_test.dart index 239f2e4a..9803dde4 100644 --- a/integration_test/app_test.dart +++ b/integration_test/app_test.dart @@ -65,7 +65,7 @@ void main() { // AuthenticationTest.signIn(); // AuthenticationTest.signUp(); // AuthenticationTest.signOut(); - AuthenticationTest.recovery(); + // AuthenticationTest.recovery(); // ModularizationTest.switchLicense(); // ModularizationTest.containLicense();