diff --git a/test/chromium/chromium.spec.js b/test/chromium/chromium.spec.js index 934496a3dd..0459f583a1 100644 --- a/test/chromium/chromium.spec.js +++ b/test/chromium/chromium.spec.js @@ -36,15 +36,6 @@ module.exports.addTests = function({testRunner, expect, playwright, FFOX, CHROME }); }); - describe('Browser.process', function() { - fit('should not return child_process for remote browser', async function({browser}) { - const browserWSEndpoint = browser.chromium.wsEndpoint(); - const remoteBrowser = await playwright.connect({browserWSEndpoint}); - expect(remoteBrowser.process()).toBe(null); - remoteBrowser.disconnect(); - }); - }); - describe('Target', function() { it('Chromium.targets should return all of the targets', async({page, server, browser}) => { // The pages will be the testing page and the original newtab page