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 2e49afd commit 879ca60Copy full SHA for 879ca60
firebase-auth/src/androidAndroidTest/kotlin/dev/gitlive/firebase/auth/auth.kt
@@ -13,14 +13,7 @@ actual val emulatorHost: String = "10.0.2.2"
13
14
actual val context: Any = InstrumentationRegistry.getInstrumentation().targetContext
15
16
-actual val currentPlatform: Platform = Platform.Android
17
-
18
-actual fun runTest(skip: Boolean, test: suspend () -> Unit) = runBlocking {
19
- if (skip) {
20
- Log.w("Test", "Skip the test.")
21
- return@runBlocking
22
- }
23
+actual fun runTest(test: suspend () -> Unit) = runBlocking {
24
test()
25
}
26
0 commit comments