From 81e32481e98f8503b43aca87df3e9f99eb7a9a78 Mon Sep 17 00:00:00 2001 From: Jack Franklin Date: Mon, 1 Jun 2020 11:12:25 +0100 Subject: [PATCH] chore: Defer Windows FF tests for longer (#5954) We deferred this initially because our Windows CI built wasn't stable and so debugging this was hard. It's now much more stable so let's push this back a month but at the same time I'll reach out to the Moz folks as it should be easier to debug reliably now CI is stable on Windows. --- test/headful.spec.js | 2 +- test/launcher.spec.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/headful.spec.js b/test/headful.spec.js index 680a6bfa..11e33a7d 100644 --- a/test/headful.spec.js +++ b/test/headful.spec.js @@ -93,7 +93,7 @@ describeChromeOnly('headful tests', function () { * date in to force us to come back and debug properly in the * future. */ - new Date('2020-06-01'), + new Date('2020-07-01'), 'headless should be able to read cookies written by headful', async () => { const { server, puppeteer } = getTestState(); diff --git a/test/launcher.spec.js b/test/launcher.spec.js index 6e98824e..d09303eb 100644 --- a/test/launcher.spec.js +++ b/test/launcher.spec.js @@ -464,7 +464,7 @@ describe('Launcher specs', function () { * properly with help from the Mozilla folks. */ itFailsWindowsUntilDate( - new Date('2020-06-01'), + new Date('2020-07-01'), 'should be able to launch Firefox', async () => { const { puppeteer } = getTestState();