mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-03 15:26:07 +00:00
Bug 1928872 - temporarily disable multiple test on linux, osx and win because of permafailures due to winter hour change. r=dmeehan, a=test-only
Depends on D227785 Differential Revision: https://phabricator.services.mozilla.com/D227786
This commit is contained in:
parent
81858d3116
commit
b1960556e7
@ -36,8 +36,18 @@ support-files = ["file_pdf.pdf"]
|
||||
["browser_serviceWorker_fingerprinting_webcompat.js"]
|
||||
|
||||
["browser_service_worker_granular_overrides.js"]
|
||||
skip-if = [
|
||||
"os == 'linux'", # Bug 1928872
|
||||
"os == 'mac'", # Bug 1928872
|
||||
"os == 'win'", # Bug 1928872
|
||||
]
|
||||
|
||||
["browser_service_worker_overrides.js"]
|
||||
skip-if = [
|
||||
"os == 'linux'", # Bug 1928872
|
||||
"os == 'mac'", # Bug 1928872
|
||||
"os == 'win'", # Bug 1928872
|
||||
]
|
||||
|
||||
["browser_service_worker_randomization_key_originattrs.js"]
|
||||
|
||||
@ -46,5 +56,15 @@ support-files = ["file_pdf.pdf"]
|
||||
["browser_usercharacteristics_gamepads.js"]
|
||||
|
||||
["browser_worker_granular_overrides.js"]
|
||||
skip-if = [
|
||||
"os == 'linux'", # Bug 1928872
|
||||
"os == 'mac'", # Bug 1928872
|
||||
"os == 'win'", # Bug 1928872
|
||||
]
|
||||
|
||||
["browser_worker_overrides.js"]
|
||||
skip-if = [
|
||||
"os == 'linux'", # Bug 1928872
|
||||
"os == 'mac'", # Bug 1928872
|
||||
"os == 'win'", # Bug 1928872
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user