Skip to content

Commit 9e55055

Browse files
committed
fix: tests
1 parent e3fc528 commit 9e55055

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

shared-storage/src/androidHostTest/kotlin/tests/TestUtils.android.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ import org.asyncstorage.shared_storage.sharedStorageInMemory
66
import org.junit.runner.RunWith
77
import org.robolectric.RobolectricTestRunner
88
import org.robolectric.RuntimeEnvironment
9+
import kotlin.test.Ignore
910

11+
@Ignore("Do not run this as test itself")
1012
@RunWith(RobolectricTestRunner::class) actual open class TestRunner actual constructor()
1113

1214
actual class StorageUtils actual constructor() {

0 commit comments

Comments
 (0)