feat(firefox): roll to r1292 (#8731)

Co-authored-by: Max Schmitt <max@schmitt.mx>
This commit is contained in:
github-actions[bot] 2021-09-06 22:57:26 +02:00 committed by GitHub
parent 539bc4cf7a
commit f768ac03ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View file

@ -13,7 +13,7 @@
}, },
{ {
"name": "firefox", "name": "firefox",
"revision": "1291", "revision": "1292",
"installByDefault": true "installByDefault": true
}, },
{ {

View file

@ -122,7 +122,6 @@ it('should proxy localhost requests', async ({ pageFactory, server, browserName,
}); });
it('should proxy local.playwright requests', async ({ pageFactory, server, browserName }, workerInfo) => { it('should proxy local.playwright requests', async ({ pageFactory, server, browserName }, workerInfo) => {
it.fixme(browserName === 'firefox', 'Firefox performs DNS on browser side');
const { testServerPort, stopTestServer } = await startTestServer(); const { testServerPort, stopTestServer } = await startTestServer();
let reachedOriginalTarget = false; let reachedOriginalTarget = false;
server.setRoute('/foo.html', async (req, res) => { server.setRoute('/foo.html', async (req, res) => {