Skip to content

Commit

Permalink
test: remove flaky Edge 18.0 on Windows 10 test (#471)
Browse files Browse the repository at this point in the history
Browserstack seems to have trouble accessing the local proxy on recent
Edge 18.0 / Windows 10 machines. Since Edge 18.0 is deprecated anyways
and since we still have an Edge 15.0 test as a safety net it should be
fine to just drop the Edge 18.0 test.
  • Loading branch information
ctavan committed Jun 23, 2020
1 parent 8d6e6a5 commit 7ccd632
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions wdio.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,6 @@ const capabilities = [
os: 'Windows',
os_version: '10',
},
{
...commonCapabilities,
browserName: 'Edge',
browser_version: '18.0',
os: 'Windows',
os_version: '10',
},
{
...commonCapabilities,
browserName: 'Edge',
Expand Down

0 comments on commit 7ccd632

Please sign in to comment.