Skip to content

Commit

Permalink
[nodejs] Ignoring a broken PAC proxy test
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Feb 1, 2019
1 parent d1ca0f7 commit e689abd
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 @@ -146,7 +146,7 @@ test.suite(function(env) {

// PhantomJS does not support PAC file proxy configuration.
// Safari does not support proxies.
test.ignore(env.browsers(Browser.IE, Browser.SAFARI)).
test.ignore(env.browsers(Browser.IE, Browser.SAFARI, Browser.CHROME, Browser.FIREFOX)).
describe('pac proxy settings', function() {
it('can configure proxy through PAC file', async function() {
await createDriver(proxy.pac(proxyServer.url('/proxy.pac')));
Expand Down

0 comments on commit e689abd

Please sign in to comment.