We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e6305f commit 2f8570fCopy full SHA for 2f8570f
Example/Auth/ApiTests/FacebookAuthTests.m
@@ -36,7 +36,7 @@ @interface FacebookAuthTests : FIRAuthApiTestsBase
36
37
@implementation FacebookAuthTests
38
39
-- (void)testSignInWithFaceboook {
+- (void)DISABLE_testSignInWithFaceboook {
40
FIRAuth *auth = [FIRAuth auth];
41
if (!auth) {
42
XCTFail(@"Could not obtain auth object.");
@@ -76,7 +76,7 @@ - (void)testSignInWithFaceboook {
76
[self deleteFacebookTestingAccountbyId:facebookAccountId];
77
}
78
79
-- (void)testLinkAnonymousAccountToFacebookAccount {
+- (void)DISABLE_testLinkAnonymousAccountToFacebookAccount {
80
81
82
0 commit comments