We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3fc528 commit 9e55055Copy full SHA for 9e55055
shared-storage/src/androidHostTest/kotlin/tests/TestUtils.android.kt
@@ -6,7 +6,9 @@ import org.asyncstorage.shared_storage.sharedStorageInMemory
6
import org.junit.runner.RunWith
7
import org.robolectric.RobolectricTestRunner
8
import org.robolectric.RuntimeEnvironment
9
+import kotlin.test.Ignore
10
11
+@Ignore("Do not run this as test itself")
12
@RunWith(RobolectricTestRunner::class) actual open class TestRunner actual constructor()
13
14
actual class StorageUtils actual constructor() {
0 commit comments