Skip to content

Commit 1972d8b

Browse files
devversionjelbourn
authored andcommitted
build: move edge browser test to saucelabs (#16985)
Browserstack Edge is currently very flaky and we don't seem to be able to fix the flakiness on our end. Recording and debugging live browserstack instances doesn't seem to help and the behavior of the browser seems cached. e.g. commit that sets up the MDC theme for the tests is not reflected in the BrowserStack browser video. All the test failures are not reproducible locally in Edge, nor do they reproduce if the tests are executed through BrowserStack from the local machine (following the CI steps locally). Since we don't want to spend too much time on it, and Edge runs extremely slow and flaky on BrowserStack anyway.. we move it over to Saucelabs.
1 parent 30851b2 commit 1972d8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/browser-providers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const browserConfig = {
1919
'IE9': { unitTest: {target: null, }},
2020
'IE10': { unitTest: {target: null, }},
2121
'IE11': { unitTest: {target: null, }},
22-
'Edge': { unitTest: {target: 'browserstack', }},
22+
'Edge': { unitTest: {target: 'saucelabs', }},
2323
'Android4.1': { unitTest: {target: null, }},
2424
'Android4.2': { unitTest: {target: null, }},
2525
'Android4.3': { unitTest: {target: null, }},

0 commit comments

Comments
 (0)