Skip to content

Commit f936083

Browse files
committed
Revert "Check that FIRAAppCheckDebugToken provided and tests are running"
This reverts commit cf46d14.
1 parent cf46d14 commit f936083

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

FirebaseVertexAI/Tests/TestApp/Tests/Integration/IntegrationTests.swift

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,6 @@ final class IntegrationTests: XCTestCase {
4545
var userID1 = ""
4646

4747
override func setUp() async throws {
48-
let environment = ProcessInfo.processInfo.environment
49-
if environment["FIRAAppCheckDebugToken"] == nil {
50-
XCTFail("No App Check debug token provided in FIRAAppCheckDebugToken.")
51-
} else {
52-
XCTFail("App Check debug token provided; failing to check that tests are running.")
53-
}
54-
5548
let authResult = try await Auth.auth().signIn(
5649
withEmail: Credentials.emailAddress1,
5750
password: Credentials.emailPassword1

0 commit comments

Comments
 (0)