Skip to content

Commit 235434e

Browse files
committed
Disable one test
1 parent 62db6a9 commit 235434e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

FirebasePerformance/Tests/Unit/Instruments/FPRUIViewControllerInstrumentTest.m

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ - (void)setUp {
5252
originalViewDidDisappearInvoked = NO;
5353
}
5454

55+
#if !SWIFT_PACKAGE
56+
5557
/** Tests that the viewControllerDidAppear: of the FPRScreenTraceTracker sharedInstance is invoked
5658
* when a UIViewController's viewDidAppear: is invoked.
5759
*/
@@ -75,6 +77,8 @@ - (void)testViewDidAppearInvokesViewControllerDidAppearOnScreenTraceTracker {
7577
[[testViewController view] removeFromSuperview];
7678
}
7779

80+
#endif // SWIFT_PACKAGE
81+
7882
/** Tests that the viewControllerDidAppear: of the FPRScreenTraceTracker sharedInstance is invoked
7983
* when a UIViewController's viewDidAppear: is invoked.
8084
*/
@@ -170,4 +174,3 @@ - (void)testViewDidAppearInvokesPreviousViewDidDisappear {
170174
}
171175

172176
@end
173-

0 commit comments

Comments
 (0)