From 56daa75be22efd1036e4602d623d37e25a687de7 Mon Sep 17 00:00:00 2001 From: Tyler Biethman Date: Tue, 17 May 2022 10:58:41 -0500 Subject: [PATCH] Disabling offline recipe tests in CI (10.0) --- examples/server-communication__offline/package.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/examples/server-communication__offline/package.json b/examples/server-communication__offline/package.json index 9f2dbe02e..500af70a0 100644 --- a/examples/server-communication__offline/package.json +++ b/examples/server-communication__offline/package.json @@ -8,8 +8,6 @@ "cypress:run": "../../node_modules/.bin/cypress run", "cypress:run:record": "../../node_modules/.bin/cypress run --record", "dev": "../../node_modules/.bin/start-test 7080 cypress:open", - "start": "../../node_modules/.bin/serve -l 7080 --no-clipboard", - "test:ci": "../../node_modules/.bin/start-test 7080 cypress:run", - "test:ci:record": "../../node_modules/.bin/start-test 7080 cypress:run:record" + "start": "../../node_modules/.bin/serve -l 7080 --no-clipboard" } }