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.
This commit is contained in:
Jack Franklin
2020-06-01 11:12:25 +01:00
committed by GitHub
parent b874cacaef
commit 81e32481e9
2 changed files with 2 additions and 2 deletions

View File

@@ -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();