Comment out failing tests (#1836)

This commit is contained in:
Ricki Hirner
2025-11-24 16:00:53 +01:00
committed by GitHub
parent 66a34ebd9f
commit 7c2dcf3d70
2 changed files with 4 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ import dagger.hilt.android.testing.HiltAndroidTest
import org.junit.After
import org.junit.Assert.assertEquals
import org.junit.Before
import org.junit.Ignore
import org.junit.Rule
import org.junit.Test
import org.junit.rules.TestRule
@@ -61,6 +62,7 @@ class LocalCalendarStoreTest {
}
@Ignore("Sometimes failing, see https://github.com/bitfireAT/davx5-ose/issues/1828")
@Test
fun testUpdateAccount_updatesOwnerAccount() {
// Verify initial state

View File

@@ -26,6 +26,7 @@ import org.junit.Assert.assertFalse
import org.junit.Assert.assertTrue
import org.junit.Before
import org.junit.BeforeClass
import org.junit.Ignore
import org.junit.Rule
import org.junit.Test
import java.util.logging.Logger
@@ -78,6 +79,7 @@ class AccountSettingsMigration21Test {
}
@Ignore("Sometimes failing, see https://github.com/bitfireAT/davx5-ose/issues/1835")
@SdkSuppress(minSdkVersion = 34)
@Test
fun testCancelsSyncAndClearsPendingState() = runBlocking {