Skip to content

Commit

Permalink
Disable QueryTest for android unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Daeda88 committed Oct 8, 2024
1 parent 012f958 commit 818fe38
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import kotlin.test.assertEquals
import kotlin.test.assertNotNull
import kotlin.time.Duration.Companion.milliseconds

@IgnoreForAndroidUnitTest
open class QueryTest : BaseFirebaseFirestoreTest() {

companion object {
Expand Down

0 comments on commit 818fe38

Please sign in to comment.