Skip to content

Commit

Permalink
Downgrade chromedriver to avoid broken version
Browse files Browse the repository at this point in the history
  • Loading branch information
perlpunk committed Jul 22, 2024
1 parent e9a2e46 commit 0c5ff16
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tools/ci/run_unit_tests.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
#!/bin/bash
set -ex
target="${1:?"Specify a makefile target"}"

# downgrade chromedriver from problematic version to last good version, see
# https://progress.opensuse.org/issues/164239
# ignore if zypper fails to refresh some repos and try to continue
rpm -q chromedriver | grep -v 126.0.6478. || (sudo tools/retry zypper -n refresh; sudo zypper --no-refresh -n in --oldpackage chromium-125.0.6422.141-bp156.2.3.1 chromedriver-125.0.6422.141-bp156.2.3.1)

# Set to 1 to temporarily ignore warnings
export PERL_TEST_WARNINGS_ONLY_REPORT_WARNINGS=0
export COVERAGE=1
Expand Down

0 comments on commit 0c5ff16

Please sign in to comment.