From 4488253f6d2838b4e9a6c3274eed5f5e43b22795 Mon Sep 17 00:00:00 2001 From: "J. A. Messias" Date: Thu, 30 Jan 2025 10:24:21 -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 deced845..6267453a 100644 --- a/integration_test/app_test.dart +++ b/integration_test/app_test.dart @@ -78,7 +78,7 @@ void main() { AuthenticationTest.signIn(); AuthenticationTest.signUp(); AuthenticationTest.signOut(); - AuthenticationTest.recovery(); + // AuthenticationTest.recovery(); ModularizationTest.switchLicense(); ModularizationTest.containLicense();