Skip to content

Commit

Permalink
[tests] Disable latest SauceConnect for all system tests
Browse files Browse the repository at this point in the history
  • Loading branch information
valfirst committed May 25, 2023
1 parent 871ca28 commit c8134c8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -267,8 +267,7 @@ jobs:
-Pvividus.batch-1.resource-include-patterns=ProxyStepsTests.story \
-Pvividus.selenium.grid.username=${SAUCELABS_USER} \
-Pvividus.selenium.grid.password=${SAUCELABS_KEY} \
-Pvividus.saucelabs.sauce-connect.command-line-arguments="--proxy-localhost --no-ssl-bump-domains example.com" \
-Pvividus.saucelabs.sauce-connect.use-latest-version=false
-Pvividus.saucelabs.sauce-connect.command-line-arguments="--proxy-localhost --no-ssl-bump-domains example.com"
else
echo No SAUCELABS_USER and/or SAUCELABS_KEY, SauceLabs system tests will be skipped
fi
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
selenium.grid.host=ondemand.eu-central-1.saucelabs.com
saucelabs.data-center=EU

# SauceLabs released a new version of SauceConnect (4.9.0):
# https://changelog.saucelabs.com/en/sauce-connect-proxy-release-version-490-aec8wD1P
# System tests has started failing. Need to investigate, but temporary disabling latest SC
saucelabs.sauce-connect.use-latest-version=true

0 comments on commit c8134c8

Please sign in to comment.