From 23f429bbeafcfd217611cf184572b93d4510378f Mon Sep 17 00:00:00 2001 From: johan12345 Date: Sat, 2 Sep 2023 22:16:35 +0200 Subject: [PATCH] disable CarAppTest due to Robolectric incompatibility --- app/src/testGoogle/java/net/vonforst/evmap/auto/CarAppTest.kt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/testGoogle/java/net/vonforst/evmap/auto/CarAppTest.kt b/app/src/testGoogle/java/net/vonforst/evmap/auto/CarAppTest.kt index 228f7288..e627196b 100644 --- a/app/src/testGoogle/java/net/vonforst/evmap/auto/CarAppTest.kt +++ b/app/src/testGoogle/java/net/vonforst/evmap/auto/CarAppTest.kt @@ -10,6 +10,7 @@ import androidx.lifecycle.Lifecycle import androidx.test.core.app.ApplicationProvider import net.vonforst.evmap.FakeAndroidKeyStore import org.junit.Before +import org.junit.Ignore import org.junit.Test import org.junit.runner.RunWith import org.robolectric.Robolectric @@ -18,6 +19,7 @@ import org.robolectric.annotation.internal.DoNotInstrument @RunWith(RobolectricTestRunner::class) @DoNotInstrument +@Ignore("Disabled because Robolectric does not yet support API 34") class CarAppTest { private val testCarContext = TestCarContext.createCarContext(ApplicationProvider.getApplicationContext()).apply {