Skip to content

Commit

Permalink
Merge pull request #893 from googleads/firefox-remove-test
Browse files Browse the repository at this point in the history
removes firefox tests
  • Loading branch information
Kiro705 authored Feb 24, 2020
2 parents 5fc5193 + 4ff2d5a commit 2a79a60
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions test/webdriver/content/capabilities.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,16 @@ var browsers = [
'chromeOptions' : {args: ['--headless']}
}
},
{
name: 'firefox-local',
server: '', //local
capabilities: {
'browserName' : 'firefox',
'moz:firefoxOptions' : {args: ['-headless']}
}
},
// Currently experiencing an issue where the firefox browser is timing out (2/24/2020)
// Removing until this is resolved.
// {
// name: 'firefox-local',
// server: '', //local
// capabilities: {
// 'browserName' : 'firefox',
// 'moz:firefoxOptions' : {args: ['-headless']}
// }
// },
];

for (let browser of browsers) {
Expand Down

0 comments on commit 2a79a60

Please sign in to comment.