Bug 1358559 - Sync the disabling of browser_all_files_referenced.js on linux32 to the redundant and duplicative run of the same test in the devtools suite

MozReview-Commit-ID: FvZFpMytppg
This commit is contained in:
Phil Ringnalda 2017-05-15 18:56:42 -07:00
Родитель e449ec82f3
Коммит 3bac91ef14
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -97,6 +97,6 @@ skip-if = os == "mac" && os_version == "10.8" || os == "win" && os_version == "5
[browser_two_tabs.js] [browser_two_tabs.js]
# We want these tests to run for mochitest-dt as well, so we include them here: # We want these tests to run for mochitest-dt as well, so we include them here:
[../../../../browser/base/content/test/static/browser_parsable_css.js] [../../../../browser/base/content/test/static/browser_parsable_css.js]
skip-if = debug || asan # no point in running on both opt and debug, and will likely intermittently timeout on debug skip-if = debug || asan || (os == 'linux' && bits == 32) # no point in running on both opt and debug, and will likely intermittently timeout on debug
[../../../../browser/base/content/test/static/browser_all_files_referenced.js] [../../../../browser/base/content/test/static/browser_all_files_referenced.js]
skip-if = debug || asan # no point in running on both opt and debug, and will likely intermittently timeout on debug skip-if = debug || asan || (os == 'linux' && bits == 32) # no point in running on both opt and debug, and will likely intermittently timeout on debug