Skip to content

Commit 340808b

Browse files
committed
ci: skip e2e-nightwatch tests for circleci
1 parent d6f6098 commit 340808b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ jobs:
5959
steps:
6060
- attach_workspace:
6161
at: ~/
62-
- run: yarn test -p unit-mocha,unit-jest,e2e-nightwatch,e2e-cypress
62+
# e2e-nightwatch was left out due to some unknown issues with selenium and the CI image
63+
- run: yarn test -p unit-mocha,unit-jest,e2e-cypress
6364
- run: yarn test tsPluginE2e
6465

6566
cli-ui:

0 commit comments

Comments
 (0)