Skip to content

Commit 0c93386

Browse files
authored
chore(run/websockets): temporarily disable run/websockets on kokoro (#3853)
1 parent 58745f2 commit 0c93386

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

run/websockets/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@
77
"author": "Google LLC",
88
"scripts": {
99
"start": "node index.js",
10-
"test": "echo \"Error: no test specified\" && exit 0",
11-
"system-test": "c8 mocha -p -j 2 test/system.test.js --timeout=420000 --exit"
10+
"test": "echo \"INFO: no unit tests\"",
11+
"system-test-fix": "c8 mocha -p -j 2 test/system.test.js --timeout=420000 --exit",
12+
"system-test": "echo \"INFO: system-test temporarily disabled\""
1213
},
1314
"engines": {
1415
"node": ">=16.0.0"

0 commit comments

Comments
 (0)