fmf: Go back to running the tests with Firefox
That brings back Firefox coverage, and also avoids OOM errors with Chromium. This was already applied to our other projects.
This commit is contained in:
parent
bef2163e9b
commit
84608a1680
1 changed files with 3 additions and 0 deletions
|
|
@ -27,6 +27,9 @@ if [ "${TEST_OS#centos-}" != "$TEST_OS" ]; then
|
||||||
TEST_OS="${TEST_OS}-stream"
|
TEST_OS="${TEST_OS}-stream"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Chromium sometimes gets OOM killed on testing farm
|
||||||
|
export TEST_BROWSER=firefox
|
||||||
|
|
||||||
EXCLUDES=""
|
EXCLUDES=""
|
||||||
|
|
||||||
# make it easy to check in logs
|
# make it easy to check in logs
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue