Skip to content

Commit 818fe38

Browse files
committed
Disable QueryTest for android unit tests
1 parent 012f958 commit 818fe38

File tree

1 file changed

+1
-0
lines changed
  • firebase-firestore/src/commonTest/kotlin/dev/gitlive/firebase/firestore

1 file changed

+1
-0
lines changed

firebase-firestore/src/commonTest/kotlin/dev/gitlive/firebase/firestore/QueryTest.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import kotlin.test.assertEquals
88
import kotlin.test.assertNotNull
99
import kotlin.time.Duration.Companion.milliseconds
1010

11+
@IgnoreForAndroidUnitTest
1112
open class QueryTest : BaseFirebaseFirestoreTest() {
1213

1314
companion object {

0 commit comments

Comments
 (0)