File tree Expand file tree Collapse file tree 2 files changed +196
-192
lines changed
FirebaseAuth/Tests/Sample Expand file tree Collapse file tree 2 files changed +196
-192
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,8 @@ @interface FacebookAuthTests : FIRAuthApiTestsBase
36
36
37
37
@implementation FacebookAuthTests
38
38
39
- - (void )testSignInWithFaceboook {
39
+ // TODO(#10752) - Update and fix the Facebook login Sample app and tests.
40
+ - (void )SKIPtestSignInWithFaceboook {
40
41
FIRAuth *auth = [FIRAuth auth ];
41
42
if (!auth) {
42
43
XCTFail (@" Could not obtain auth object." );
@@ -76,7 +77,8 @@ - (void)testSignInWithFaceboook {
76
77
[self deleteFacebookTestingAccountbyId: facebookAccountId];
77
78
}
78
79
79
- - (void )testLinkAnonymousAccountToFacebookAccount {
80
+ // TODO(#10752) - Update and fix the Facebook login Sample app and tests.
81
+ - (void )SKIPtestLinkAnonymousAccountToFacebookAccount {
80
82
FIRAuth *auth = [FIRAuth auth ];
81
83
if (!auth) {
82
84
XCTFail (@" Could not obtain auth object." );
You can’t perform that action at this time.
0 commit comments