Skip to content

Commit 26c8cbd

Browse files
committed
chore(integration_test): skip testlab for now
1 parent a78853b commit 26c8cbd

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

integration_test_declarative/tests/v1/testlab.test.ts

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,9 @@ import * as admin from "firebase-admin";
22
import { retry, startTestRun } from "../utils";
33
import { initializeFirebase } from "../firebaseSetup";
44

5-
describe("TestLab (v1)", () => {
5+
describe.skip("TestLab (v1)", () => {
66
const projectId = process.env.PROJECT_ID || "functions-integration-tests";
7-
const testId = process.env.TEST_RUN_ID;
8-
9-
if (!testId) {
10-
throw new Error("Environment configured incorrectly.");
11-
}
7+
const testId = process.env.TEST_RUN_ID || "skipped-test";
128

139
beforeAll(() => {
1410
initializeFirebase();
@@ -54,4 +50,4 @@ describe("TestLab (v1)", () => {
5450
expect(matrix?.state).toEqual("INVALID");
5551
});
5652
});
57-
});
53+
});

0 commit comments

Comments
 (0)