Skip to content

Commit

Permalink
[nodejs] Ignoring proxy tests in Firefox, they started to fail locall…
Browse files Browse the repository at this point in the history
…y too
  • Loading branch information
barancev committed Sep 17, 2019
1 parent aeda13d commit b32d062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/node/selenium-webdriver/test/proxy_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ test.suite(function(env) {
}

// Proxy support not implemented.
test.ignore(env.browsers(Browser.CHROME, Browser.IE, Browser.SAFARI)).
test.ignore(env.browsers(Browser.CHROME, Browser.IE, Browser.SAFARI, Browser.FIREFOX)).
describe('manual proxy settings', function() {
it('can configure HTTP proxy host', async function() {
await createDriver(proxy.manual({
Expand Down

0 comments on commit b32d062

Please sign in to comment.