-
Notifications
You must be signed in to change notification settings - Fork 10.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix integration test errors #14822
Comments
/cc @calixteman |
The last good run: |
It seems, when testing locally, that skipping the following test "fixes" things: pdf.js/test/integration/scripting_spec.js Lines 448 to 483 in 752dee5
I recall that test having caused trouble in the past, see e.g. PR #14199, and I cannot help wonder if we now need to update that test-case to somehow work without the preference (since I'd imagine that it'll eventually be removed anyway)? |
It's related to: Line 951 in 2be19e8
but in a m-c test an other pref has been added: |
Don't use pref 'browser.download.improvements_to_download_panel' in Firefox (#14822)
I'm not entirely sure when this started happening, but recently all integration tests on the bots seem to fail; please see http://54.193.163.58:8877/e5b627524d19deb/output.txt for example. The stack trace is the following, which looking at #14293 could point to an upstream bug, but contrary to that issue this time it also involves the Windows bot and seemingly all tests instead of a single one:
The text was updated successfully, but these errors were encountered: