Skip to content

Commit

Permalink
chore: Defer Windows FF tests for longer (#5954)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jackfranklin committed Jun 1, 2020
1 parent b874cac commit 81e3248
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/headful.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
2 changes: 1 addition & 1 deletion test/launcher.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 81e3248

Please sign in to comment.