Skip to content

Commit 18eb295

Browse files
authored
Fix Analytics on iOS CI issue (#798)
1 parent aa8f815 commit 18eb295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

analytics/testapp/Assets/Firebase/Sample/Analytics/UIHandlerAutomated.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public override void Start() {
3333
// This test regularly fails on iOS simulator, and there isn't a great way
3434
// to determine if this is on a device or simulator, so just disable on
3535
// GHA iOS and tvOS for now.
36-
#if FIREBASE_RUNNING_FROM_CI && (UNITY_IOS || UNITY_TVOS)
36+
#if !FIREBASE_RUNNING_FROM_CI && (UNITY_IOS || UNITY_TVOS)
3737
TestGetSessionId,
3838
#endif // FIREBASE_RUNNING_FROM_CI && (UNITY_IOS || UNITY_TVOS)
3939
TestAnalyticsSetConsentDoesNotThrow,

0 commit comments

Comments
 (0)