Bug 1804903: disable static string tests on MSIX package tests. r=flod

Technically we could still run these tests on the non-langpack parts of the MSIX package -- but ultimately these are the same files as in the win32 build, so it's probably not worth the effort.

Differential Revision: https://phabricator.services.mozilla.com/D164674
This commit is contained in:
Ben Hearsum 2022-12-15 00:45:16 +00:00
parent 0fb4a9c432
commit 86ac13541c

View File

@ -11,9 +11,11 @@ skip-if = verify && bits == 32 # Causes OOMs when run repeatedly
[browser_misused_characters_in_strings.js]
support-files =
bug1262648_string_with_newlines.dtd
skip-if = os == 'win' && msix # Permafail on MSIX packages due to it running on files it shouldn't.
[browser_parsable_css.js]
support-files =
dummy_page.html
skip-if = os == 'win' && msix # Permafail on MSIX packages due to it running on files it shouldn't.
[browser_parsable_script.js]
skip-if = ccov && os == 'linux' # https://bugzilla.mozilla.org/show_bug.cgi?id=1608081
[browser_sentence_case_strings.js]