The likely culprit for the many intermittent failiures in Bug 1775881 is the parallel execution combined with the call to `openErrorPage` in `testPageWithURI` , as that uses `gBrowser.selectedTab` and `gBrowser.selectedBrowser`. Thus, execute the test cases in sequence to try to reduce the intermittent count in that test. Differential Revision: https://phabricator.services.mozilla.com/D297367
19 lines
485 B
TOML
19 lines
485 B
TOML
[DEFAULT]
|
|
support-files = ["head.js"]
|
|
|
|
["browser_errorpage.js"]
|
|
|
|
["browser_errorpage_no_timeout.js"]
|
|
support-files = ["file_errorpage_no_timeout_server.sjs", "file_https_telemetry_hsts.sjs"]
|
|
|
|
["browser_errorpage_timeout.js"]
|
|
support-files = ["file_errorpage_timeout_server.sjs"]
|
|
|
|
["browser_errorpage_www_suggestion.js"]
|
|
support-files = ["file_errorpage_www_suggestion.html"]
|
|
|
|
["browser_exception.js"]
|
|
support-files = ["file_upgrade_insecure_server.sjs"]
|
|
|
|
["browser_fpi_nested_uri.js"]
|