mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user