commit 5d54cd6d9cdc090c024771f28d3d2b273f50bf7e
parent f2418eea10c58ab930b62e43b0525032d08e804d
Author: Sebastian Hengst <archaeopteryx@coole-files.de>
Date: Mon, 5 Jan 2026 15:50:37 +0000
Bug 1891585 - disabled test_datalist_shadow_dom.html on macOS for frequent failures. r=intermittent-reviewers,ahal
Differential Revision: https://phabricator.services.mozilla.com/D218050
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/toolkit/components/satchel/test/mochitest.toml b/toolkit/components/satchel/test/mochitest.toml
@@ -22,6 +22,9 @@ support-files = [
["test_datalist_readonly_change.html"]
["test_datalist_shadow_dom.html"]
+skip-if = [
+ "os == 'mac' && os_version == '14.70' && arch == 'x86_64'", # bug 1891585: input simulation too slow
+]
["test_datalist_with_caching.html"]