File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -226,6 +226,12 @@ jobs:
226226 region : us-west-1
227227 tunnelName : ${{ env.SAUCE_TUNNEL_IDENTIFIER }}
228228 proxyLocalhost : allow
229+ # Command arguments that will be passed to sauce-connect. By default we disable SSL bumping for
230+ # all requests. This is because SSL bumping is not needed for our test setup and in order
231+ # to perform the SSL bumping, Saucelabs intercepts all HTTP requests in the tunnel VM and modifies
232+ # them. This can cause flakiness as it makes all requests dependent on the SSL bumping middleware.
233+ # See: https://wiki.saucelabs.com/display/DOCS/Troubleshooting+Sauce+Connect#TroubleshootingSauceConnect-DisablingSSLBumping
234+ tlsPassthroughDomains : all
229235 - name : Run E2E Browser tests
230236 env :
231237 SAUCE_USERNAME : ${{ vars.SAUCE_USERNAME }}
You can’t perform that action at this time.
0 commit comments