Skip to content

Commit ac4a571

Browse files
authored
Disable breaking out-of-date Facebook Auth integration tests (#10753)
1 parent e750ecd commit ac4a571

File tree

2 files changed

+196
-192
lines changed

2 files changed

+196
-192
lines changed

FirebaseAuth/Tests/Sample/ApiTests/FacebookAuthTests.m

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

3737
@implementation FacebookAuthTests
3838

39-
- (void)testSignInWithFaceboook {
39+
// TODO(#10752) - Update and fix the Facebook login Sample app and tests.
40+
- (void)SKIPtestSignInWithFaceboook {
4041
FIRAuth *auth = [FIRAuth auth];
4142
if (!auth) {
4243
XCTFail(@"Could not obtain auth object.");
@@ -76,7 +77,8 @@ - (void)testSignInWithFaceboook {
7677
[self deleteFacebookTestingAccountbyId:facebookAccountId];
7778
}
7879

79-
- (void)testLinkAnonymousAccountToFacebookAccount {
80+
// TODO(#10752) - Update and fix the Facebook login Sample app and tests.
81+
- (void)SKIPtestLinkAnonymousAccountToFacebookAccount {
8082
FIRAuth *auth = [FIRAuth auth];
8183
if (!auth) {
8284
XCTFail(@"Could not obtain auth object.");

0 commit comments

Comments
 (0)