Skip to content

Commit

Permalink
Disabled testAppCheckInstanceForApp, re-enabled other test classes
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewheard committed Sep 21, 2023
1 parent 5446007 commit fa3f483
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FirebaseAppCheck.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Pod::Spec.new do |s|
:tvos => tvos_deployment_target
}
unit_tests.source_files = [
base_dir + 'Tests/Unit/**/FIRAppCheckTests.[mh]',
base_dir + 'Tests/Unit/**/*.[mh]',
base_dir + 'Tests/Utils/**/*.[mh]',
'SharedTestUtilities/AppCheckFake/*',
'SharedTestUtilities/AppCheckBackoffWrapperFake/*',
Expand Down
2 changes: 1 addition & 1 deletion FirebaseAppCheck/Tests/Unit/Core/FIRAppCheckTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ - (void)disabled_testAppCheckDefaultInstance {
[FIRApp resetApps];
}

- (void)testAppCheckInstanceForApp {
- (void)disabled_testAppCheckInstanceForApp {
FIROptions *options =
[[FIROptions alloc] initWithGoogleAppID:@"1:100000000000:ios:aaaaaaaaaaaaaaaaaaaaaaaa"
GCMSenderID:@"sender_id"];
Expand Down

0 comments on commit fa3f483

Please sign in to comment.