Skip to content

Commit 4091d60

Browse files
committed
chore(testlab): re-enabled skipped tests
1 parent 1497aa8 commit 4091d60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration_test/tests/v2/testLab.test.ts

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

5-
describe.skip("TestLab (v2)", () => {
5+
describe("TestLab (v2)", () => {
66
const projectId = process.env.PROJECT_ID;
77
const testId = process.env.TEST_RUN_ID;
88

0 commit comments

Comments
 (0)