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 ef4fdab commit 084635fCopy full SHA for 084635f
gradle.properties
@@ -21,7 +21,8 @@ kotlin.native.cacheKind=none
21
# Set to true to skip tests and even compilation of the iOS target.
22
skipIosTarget=false
23
# Skip iOS Tests
24
-firebase-analytics.skipIosTests=false
+# 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
26
firebase-app.skipIosTests=false
27
# We are skipping auth ios tests due to an issue with keychain and simulator.
28
firebase-auth.skipIosTests=true
0 commit comments