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 aa8f815 commit 18eb295Copy full SHA for 18eb295
analytics/testapp/Assets/Firebase/Sample/Analytics/UIHandlerAutomated.cs
@@ -33,7 +33,7 @@ public override void Start() {
33
// This test regularly fails on iOS simulator, and there isn't a great way
34
// to determine if this is on a device or simulator, so just disable on
35
// GHA iOS and tvOS for now.
36
-#if FIREBASE_RUNNING_FROM_CI && (UNITY_IOS || UNITY_TVOS)
+#if !FIREBASE_RUNNING_FROM_CI && (UNITY_IOS || UNITY_TVOS)
37
TestGetSessionId,
38
#endif // FIREBASE_RUNNING_FROM_CI && (UNITY_IOS || UNITY_TVOS)
39
TestAnalyticsSetConsentDoesNotThrow,
0 commit comments