Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 818fe38

Browse files
committedOct 8, 2024·
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)
Please sign in to comment.