File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
integration_test_declarative/tests/v1 Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -2,13 +2,9 @@ import * as admin from "firebase-admin";
2
2
import { retry , startTestRun } from "../utils" ;
3
3
import { initializeFirebase } from "../firebaseSetup" ;
4
4
5
- describe ( "TestLab (v1)" , ( ) => {
5
+ describe . skip ( "TestLab (v1)" , ( ) => {
6
6
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" ;
12
8
13
9
beforeAll ( ( ) => {
14
10
initializeFirebase ( ) ;
@@ -54,4 +50,4 @@ describe("TestLab (v1)", () => {
54
50
expect ( matrix ?. state ) . toEqual ( "INVALID" ) ;
55
51
} ) ;
56
52
} ) ;
57
- } ) ;
53
+ } ) ;
You can’t perform that action at this time.
0 commit comments