Skip to content

Commit 084635f

Browse files
author
Bas Buijsen
committed
skip ios tests for analytics
1 parent ef4fdab commit 084635f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gradle.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ kotlin.native.cacheKind=none
2121
# Set to true to skip tests and even compilation of the iOS target.
2222
skipIosTarget=false
2323
# Skip iOS Tests
24-
firebase-analytics.skipIosTests=false
24+
# We are skipping analytics ios tests due to an issue with cocoapods not working as expected with binary distributed dependencies
25+
firebase-analytics.skipIosTests=true
2526
firebase-app.skipIosTests=false
2627
# We are skipping auth ios tests due to an issue with keychain and simulator.
2728
firebase-auth.skipIosTests=true

0 commit comments

Comments
 (0)