Skip to content

Commit 855df3e

Browse files
authored
Disable emrun.test_no_browser under firefix. NFC. (#13594)
We run this under chrome and that should be enough.
1 parent 2c678c5 commit 855df3e

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
@@ -261,7 +261,8 @@ commands:
261261
echo "-----"
262262
echo "Running emrun tests"
263263
echo "-----"
264-
tests/runner emrun
264+
# 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
265266
openbox --exit
266267
wait || true # wait for startx to shutdown cleanly, or not
267268
test-chrome:

0 commit comments

Comments
 (0)