There was an error while loading. Please reload this page.
1 parent d8e8be9 commit f9e478aCopy full SHA for f9e478a
1 file changed
.github/workflows/ci.yml
@@ -226,6 +226,12 @@ jobs:
226
region: us-west-1
227
tunnelName: ${{ env.SAUCE_TUNNEL_IDENTIFIER }}
228
proxyLocalhost: allow
229
+ # By default we disable SSL bumping for all requests. This is because SSL bumping is not needed
230
+ # for our test setup and in order to perform the SSL bumping, Saucelabs intercepts all HTTP
231
+ # requests in the tunnel VM and modifies them. This can cause flakiness as it makes all requests
232
+ # dependent on the SSL bumping middleware.
233
+ # See: https://wiki.saucelabs.com/display/DOCS/Troubleshooting+Sauce+Connect#TroubleshootingSauceConnect-DisablingSSLBumping
234
+ tlsPassthroughDomains: all
235
- name: Run E2E Browser tests
236
env:
237
SAUCE_USERNAME: ${{ vars.SAUCE_USERNAME }}
0 commit comments