Bug 1879744 - Skip this test in tsan. r=aabh,profiler-reviewers

Bug 1915433 made this perma because it caused gfxPlatform initialization
(thus a bit more work), where before it used to be skipped by a pref.

But this happened intermittently before my patch, so likely this just
pushed the test over the limit...

Given the amount of tests skipped here on tsan, maybe we should have a
higher xpcshell timeout there?

Differential Revision: https://phabricator.services.mozilla.com/D221052
This commit is contained in:
Emilio Cobos Álvarez 2024-09-04 16:30:42 +00:00
Родитель a104274dc9
Коммит d9aeea9279
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -20,6 +20,7 @@ skip-if = ["!debug"]
skip-if = ["!debug"]
["test_feature_cpufreq.js"]
skip-if = ["tsan"] # Times out, intermittently before (bug 1879744), perma after bug 1915433.
["test_feature_fileioall.js"]
skip-if = ["release_or_beta"]