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".
This commit is contained in:
Noelia 2022-11-22 16:59:32 +01:00 committed by Noelia
parent b9fd986c56
commit 2d204c99d8
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@ Feature: Status Desktop Sign out and Quit
And the user lands on the signed in app And the user lands on the signed in app
Given the user opens app settings screen 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 Scenario: The user quits the app
When the user clicks on Sign out and Quit When the user clicks on Sign out and Quit
Then the app is closed Then the app is closed