We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bbdad2f + 73b3933 commit 414b630Copy full SHA for 414b630
1 file changed
GoogleSignIn/Tests/Unit/GIDEMMErrorHandlerTest.m
@@ -152,9 +152,6 @@ - (void)testNoEMMError {
152
XCTAssertNil(_presentedViewController);
153
}
154
155
-// TODO(petea): Figure out why we have a race condition for the first of these to run.
156
-#if !SWIFT_PACKAGE
157
-
158
// Verifies that the handler handles general EMM error with user tapping 'OK'.
159
- (void)testGeneralEMMErrorOK {
160
__block BOOL completionCalled = NO;
@@ -521,8 +518,6 @@ - (void)testKeyWindow {
521
518
isClassSelector:YES];
522
519
523
520
524
-#endif
525
526
@end
527
528
NS_ASSUME_NONNULL_END
0 commit comments