Skip to content

Commit ed2b99a

Browse files
author
Chuan Ren
authored
Disable Facebook API tests (#2547)
1 parent 6d24fa6 commit ed2b99a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Example/Auth/ApiTests/FacebookAuthTests.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ @interface FacebookAuthTests : FIRAuthApiTestsBase
3636

3737
@implementation FacebookAuthTests
3838

39-
- (void)testSignInWithFaceboook {
39+
- (void)DISABLE_testSignInWithFaceboook {
4040
FIRAuth *auth = [FIRAuth auth];
4141
if (!auth) {
4242
XCTFail(@"Could not obtain auth object.");
@@ -76,7 +76,7 @@ - (void)testSignInWithFaceboook {
7676
[self deleteFacebookTestingAccountbyId:facebookAccountId];
7777
}
7878

79-
- (void)testLinkAnonymousAccountToFacebookAccount {
79+
- (void)DISABLE_testLinkAnonymousAccountToFacebookAccount {
8080
FIRAuth *auth = [FIRAuth auth];
8181
if (!auth) {
8282
XCTFail(@"Could not obtain auth object.");

0 commit comments

Comments
 (0)