Skip to content

Commit

Permalink
test: Disable browserstack tests. To be re-enabled once we fix their …
Browse files Browse the repository at this point in the history
…flakiness. (#615)
  • Loading branch information
shawnbuso committed May 16, 2018
1 parent 0189782 commit 7d4b5a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/webdriver/content/capabilities.js
Expand Up @@ -44,7 +44,7 @@ var browsers = [
'moz:firefoxOptions' : {args: ['-headless']}
}
},
{
/*{
name: 'browserstack-win10-chrome',
server: 'http://hub-cloud.browserstack.com/wd/hub',
capabilities: {
Expand All @@ -65,7 +65,7 @@ var browsers = [
'os_version' : '10',
'resolution' : '1024x768',
}
},
},*/
];

for (let browser of browsers) {
Expand Down

0 comments on commit 7d4b5a6

Please sign in to comment.