Bug 1777087 - disable test_event_listener_leaks.html on linux64 r=intermittent-reviewers,MasterWayZ

Differential Revision: https://phabricator.services.mozilla.com/D153883
This commit is contained in:
Andreea Pavel 2022-08-14 19:29:47 +00:00
parent 49529a9109
commit 229f5df0f4

View File

@ -12,7 +12,9 @@ support-files =
!/dom/events/test/event_leak_utils.js
[test_event_listener_leaks.html]
skip-if = (os == "win" && processor == "aarch64") #bug 1535784
skip-if =
os == "win" && processor == "aarch64" #bug 1535784
os == "linux" && bits == 64 # Bug 1777087
[test_messageChannel.html]
[test_messageChannel_cloning.html]
[test_messageChannel_pingpong.html]