Skip to content

Commit

Permalink
chore: [ANDROAPP-6139] Ignore flaky test (#3622)
Browse files Browse the repository at this point in the history
* chore: [ANDROAPP-6139] ignoreflaky test

* fix: [ANDROAPP-6135] add ignore to shouldSuccessfullySyncSavedEvent
  • Loading branch information
xavimolloy authored and Balcan committed May 20, 2024
1 parent 0660193 commit 3e646f7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ class SyncFlowTest : BaseTest() {
cleanLocalDatabase()
}

@Ignore("Flaky test, will be addressed in issue #ANDROAPP-6155")
@Test
fun shouldSuccessfullySyncSavedEvent() {
mockWebServerRobot.addResponse(GET, "/api/system/ping", API_PING_RESPONSE_OK)
Expand Down Expand Up @@ -125,6 +126,7 @@ class SyncFlowTest : BaseTest() {
}

@Test
@Ignore("Flaky test, will be addressed in issue #ANDROAPP-6139")
fun shouldShowErrorWhenSyncEventFails() {
mockWebServerRobot.addResponse(GET, "/api/system/ping", API_PING_RESPONSE_OK)

Expand Down

0 comments on commit 3e646f7

Please sign in to comment.