Skip to content

Commit

Permalink
Bug 1777087 - disable test_event_listener_leaks.html on linux64 r=int…
Browse files Browse the repository at this point in the history
…ermittent-reviewers,MasterWayZ

Differential Revision: https://phabricator.services.mozilla.com/D153883
  • Loading branch information
AndreeaPavel committed Aug 14, 2022
1 parent cb8b2d9 commit 0494217
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dom/messagechannel/tests/mochitest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 0494217

Please sign in to comment.