Skip to content

Commit

Permalink
Revert "Check that FIRAAppCheckDebugToken provided and tests are runn…
Browse files Browse the repository at this point in the history
…ing"

This reverts commit cf46d14.
  • Loading branch information
andrewheard committed Oct 25, 2024
1 parent cf46d14 commit f936083
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,6 @@ final class IntegrationTests: XCTestCase {
var userID1 = ""

override func setUp() async throws {
let environment = ProcessInfo.processInfo.environment
if environment["FIRAAppCheckDebugToken"] == nil {
XCTFail("No App Check debug token provided in FIRAAppCheckDebugToken.")
} else {
XCTFail("App Check debug token provided; failing to check that tests are running.")
}

let authResult = try await Auth.auth().signIn(
withEmail: Credentials.emailAddress1,
password: Credentials.emailPassword1
Expand Down

0 comments on commit f936083

Please sign in to comment.