We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d9522a commit 9e354beCopy full SHA for 9e354be
GoogleSignIn/Tests/Unit/GIDEMMErrorHandlerTest.m
@@ -476,9 +476,6 @@ - (void)testSequentialErrors {
476
[self testScreenlockRequiredCancel];
477
}
478
479
-// Temporarily disable testKeyWindow for Xcode 12 and under due to unexplained failure.
480
-#if __IPHONE_OS_VERSION_MAX_ALLOWED >= 150000
481
-
482
// Verifies that the `keyWindow` internal method works on all OS versions as expected.
483
- (void)testKeyWindow {
484
// The original method has been swizzled in `setUp` so get its original implementation to test.
@@ -524,8 +521,6 @@ - (void)testKeyWindow {
524
521
isClassSelector:YES];
525
522
526
523
527
-#endif // __IPHONE_OS_VERSION_MAX_ALLOWED >= 150000
528
529
@end
530
531
NS_ASSUME_NONNULL_END
0 commit comments