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",
"revision": "1291",
"revision": "1292",
"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.fixme(browserName === 'firefox', 'Firefox performs DNS on browser side');
const { testServerPort, stopTestServer } = await startTestServer();
let reachedOriginalTarget = false;
server.setRoute('/foo.html', async (req, res) => {