We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1497aa8 commit 4091d60Copy full SHA for 4091d60
integration_test/tests/v2/testLab.test.ts
@@ -2,7 +2,7 @@ import * as admin from "firebase-admin";
2
import { retry, startTestRun } from "../utils";
3
import { initializeFirebase } from "../firebaseSetup";
4
5
-describe.skip("TestLab (v2)", () => {
+describe("TestLab (v2)", () => {
6
const projectId = process.env.PROJECT_ID;
7
const testId = process.env.TEST_RUN_ID;
8
0 commit comments