From 2d204c99d8643ab43d7e643b9bbf40628570bb98 Mon Sep 17 00:00:00 2001 From: Noelia Date: Tue, 22 Nov 2022 16:59:32 +0100 Subject: [PATCH] test(suite_settings/tst_signUpAndQuit): Disabled bc it is unstable It fails sometimes reporting a FATAL error in CI execution: "The AUT did not respond to network communication". --- .../testSuites/suite_settings/tst_signUpAndQuit/test.feature | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/ui-test/testSuites/suite_settings/tst_signUpAndQuit/test.feature b/test/ui-test/testSuites/suite_settings/tst_signUpAndQuit/test.feature index fc119d2857..b01620d334 100644 --- a/test/ui-test/testSuites/suite_settings/tst_signUpAndQuit/test.feature +++ b/test/ui-test/testSuites/suite_settings/tst_signUpAndQuit/test.feature @@ -10,6 +10,8 @@ Feature: Status Desktop Sign out and Quit And the user lands on the signed in app Given the user opens app settings screen + # TODO: Unstable. It fails sometimes reporting a FATAL error in CI execution: "The AUT did not respond to network communication" + @mayfail Scenario: The user quits the app When the user clicks on Sign out and Quit Then the app is closed \ No newline at end of file