Skip to content

Commit 13165d5

Browse files
authored
Disable offline tests in CI (#773)
1 parent 95ad817 commit 13165d5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

examples/server-communication__offline/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
"cypress:run": "../../node_modules/.bin/cypress run",
99
"cypress:run:record": "../../node_modules/.bin/cypress run --record",
1010
"dev": "../../node_modules/.bin/start-test 7080 cypress:open",
11-
"start": "../../node_modules/.bin/serve -l 7080 --no-clipboard",
12-
"test:ci": "../../node_modules/.bin/start-test 7080 cypress:run",
13-
"test:ci:record": "../../node_modules/.bin/start-test 7080 cypress:run:record"
11+
"start": "../../node_modules/.bin/serve -l 7080 --no-clipboard"
1412
}
1513
}

0 commit comments

Comments
 (0)