commit 0d82bff877bca97b5dd1bfd814c92158e5e607c6
parent f6d178bf7c96643eea7bbd03a79bad43a71486e6
Author: Cosmin Sabou <csabou@mozilla.com>
Date: Thu, 18 Dec 2025 09:55:42 +0000
Bug 1802904 - Disable test_drag_image_file for frequent failures. r=intermittent-reviewers,aryx DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D276967
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/dom/events/test/mochitest.toml b/dom/events/test/mochitest.toml
@@ -494,6 +494,11 @@ tags = "os_integration"
["test_drag_image_file.html"]
support-files = ["green.png"]
+skip-if = [
+ "os == 'linux' && os_version == '24.04'", # Bug 1802904
+ "os == 'win' && os_version == '11.26100' && opt", # Bug 1802904
+ "os == 'android' && os_version == '14' && opt", # Bug 1802904
+]
["test_draggableprop.html"]