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:
Martin Pitt 2024-03-16 09:13:00 +01:00 committed by Allison Karlitskaya
parent bef2163e9b
commit 84608a1680

View file

@ -27,6 +27,9 @@ if [ "${TEST_OS#centos-}" != "$TEST_OS" ]; then
TEST_OS="${TEST_OS}-stream"
fi
# Chromium sometimes gets OOM killed on testing farm
export TEST_BROWSER=firefox
EXCLUDES=""
# make it easy to check in logs