Skip to content

Commit 2f8570f

Browse files
paulb777Chuan Ren
authored andcommitted
Revert "Revert "Disable Facebook API tests (#2547)" (#2566)" (#2573)
This reverts commit 2ae939b.
1 parent 1e6305f commit 2f8570f

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)