We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c678c5 commit 855df3eCopy full SHA for 855df3e
.circleci/config.yml
@@ -261,7 +261,8 @@ commands:
261
echo "-----"
262
echo "Running emrun tests"
263
264
- tests/runner emrun
+ # test_no_browser seems to cause the xsession to go down when run in github CI.
265
+ tests/runner emrun skip:emrun.test_no_browser
266
openbox --exit
267
wait || true # wait for startx to shutdown cleanly, or not
268
test-chrome:
0 commit comments