From 9e162423ebac0bb9dcc0769000fee1a873cd9f5d Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Wed, 15 Dec 2021 07:50:02 +0100 Subject: [PATCH] fmf: Go back to firefox distro version By now the packaged firefox contains CDP. This makes the tests more robust against CDP breakage in nightly. --- test/browser/browser.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/test/browser/browser.sh b/test/browser/browser.sh index ca90003..ce9509d 100755 --- a/test/browser/browser.sh +++ b/test/browser/browser.sh @@ -12,12 +12,9 @@ LOGS="$(pwd)/logs" mkdir -p "$LOGS" chmod a+w "$LOGS" -# install firefox (available everywhere in Fedora and RHEL); install the package to pull in all the dependencies +# install firefox (available everywhere in Fedora and RHEL) # we don't need the H.264 codec, and it is sometimes not available (rhbz#2005760) dnf install --disablerepo=fedora-cisco-openh264 -y firefox -# install nightly for Chrome DevTools Protocol support -curl --location 'https://download.mozilla.org/?product=firefox-nightly-latest-ssl&os=linux64&lang=en-US' | tar -C /usr/local/lib/ -xj -ln -s /usr/local/lib/firefox/firefox /usr/local/bin/ # create user account for logging in if ! id admin 2>/dev/null; then