From f3ecb71beb534dce4a2dd4e07b0547d36ac5f7bd Mon Sep 17 00:00:00 2001 From: jantunesmessias Date: Thu, 30 Jan 2025 08:38:51 -0300 Subject: [PATCH] comment forgotPassword test --- 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 4e83ab87..30dd64b8 100644 --- a/integration_test/app_test.dart +++ b/integration_test/app_test.dart @@ -66,7 +66,7 @@ void main() { AuthenticationTest.signIn(); AuthenticationTest.signUp(); AuthenticationTest.signOut(); - AuthenticationTest.recovery(); + // AuthenticationTest.recovery(); ModularizationTest.switchLicense(); ModularizationTest.containLicense();