mirror of
https://github.com/bitfireAT/davx5-ose.git
synced 2025-12-23 15:07:51 -05:00
Comment out failing tests (#1836)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user