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

Unverified Commit 377a159e authored by Sunik Kupfer's avatar Sunik Kupfer Committed by GitHub
Browse files

Ignore test with flaky behaviour in CI (#1936)



Signed-off-by: default avatarSunik Kupfer <kupfer@bitfire.at>
parent 393d22f7
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -22,6 +22,7 @@ import org.junit.After
import org.junit.Assert.assertEquals
import org.junit.Assume
import org.junit.Before
import org.junit.Ignore
import org.junit.Rule
import org.junit.Test
import org.junit.rules.TestRule
@@ -62,6 +63,7 @@ class LocalCalendarStoreTest {
    }


    @Ignore("Flaky in CI")
    @Test
    fun testUpdateAccount_updatesOwnerAccount() {
        // Verify initial state (assume to skip and prevent flaky test failures)
@@ -76,7 +78,6 @@ class LocalCalendarStoreTest {

        // Verify [Calendar.OWNER_ACCOUNT] of local calendar was updated
        assertEquals("ChangedAccountName", getOwnerAccount())

    }