Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 03c4aa99 authored by Sunik Kupfer's avatar Sunik Kupfer Committed by GitHub
Browse files

Ignore `AccountSettingsMigration21Test.testCancelsSyncAndClearsPendingState`...


Ignore `AccountSettingsMigration21Test.testCancelsSyncAndClearsPendingState` with flaky behaviour in CI (#1948)

Ignore test with flaky behaviour in CI

Signed-off-by: default avatarSunik Kupfer <kupfer@bitfire.at>
parent 63a5359c
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -25,6 +25,7 @@ import org.junit.Assert.assertFalse
import org.junit.Assume
import org.junit.Assume
import org.junit.Before
import org.junit.Before
import org.junit.BeforeClass
import org.junit.BeforeClass
import org.junit.Ignore
import org.junit.Rule
import org.junit.Rule
import org.junit.Test
import org.junit.Test
import java.util.logging.Logger
import java.util.logging.Logger
@@ -72,6 +73,7 @@ class AccountSettingsMigration21Test {
    }
    }




    @Ignore("Flaky in CI")
    @SdkSuppress(minSdkVersion = 34)
    @SdkSuppress(minSdkVersion = 34)
    @Test
    @Test
    fun testCancelsSyncAndClearsPendingState() = runBlocking {
    fun testCancelsSyncAndClearsPendingState() = runBlocking {