forked from mirrors/gecko-dev
Bug 1683002 - disable some tests to reduce failure rate r=intermittent-reviewers,jmaher DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D102452
This commit is contained in:
parent
cb6de899a4
commit
3b7ecfde7a
2 changed files with 11 additions and 2 deletions
|
|
@ -16,8 +16,13 @@ support-files =
|
|||
[test_aboutmemory2.xhtml]
|
||||
[test_aboutmemory3.xhtml]
|
||||
[test_aboutmemory4.xhtml]
|
||||
skip-if =
|
||||
os == "linux" && bits == 64 && debug # Bug 1683002
|
||||
[test_aboutmemory5.xhtml]
|
||||
skip-if = asan || socketprocess_networking # Bug 1116230
|
||||
skip-if =
|
||||
asan # Bug 1116230
|
||||
socketprocess_networking # Bug 1116230
|
||||
os == "linux" && bits == 64 && debug # Bug 1683002
|
||||
[test_aboutmemory6.xhtml]
|
||||
[test_aboutmemory7.xhtml]
|
||||
[test_memoryReporters.xhtml]
|
||||
|
|
|
|||
|
|
@ -55,10 +55,14 @@ skip-if = debug
|
|||
skip-if = os == 'linux' # Bug 1594223
|
||||
[browser_reversePiP.js]
|
||||
[browser_saveLastPiPLoc.js]
|
||||
skip-if = os == 'linux' # Bug 1673465
|
||||
skip-if =
|
||||
os == "linux" # Bug 1673465
|
||||
os == "win" && bits == 64 && debug # Bug 1683002
|
||||
[browser_shortcutsAfterFocus.js]
|
||||
skip-if = os == "win" && bits == 64 && debug # Bug 1683002
|
||||
[browser_showMessage.js]
|
||||
[browser_smallVideoLayout.js]
|
||||
skip-if = os == "win" && bits == 64 && debug # Bug 1683002
|
||||
[browser_stripVideoStyles.js]
|
||||
[browser_tabIconOverlayPiP.js]
|
||||
[browser_thirdPartyIframe.js]
|
||||
|
|
|
|||
Loading…
Reference in a new issue