Bug 1625044 - Do not run the profiler private browsing test on linux; r=julienw

I spent some time looking into this, and the Linux runs when opening up the
popup and the private browser are not working consistently. The popupshown
and popuphidden events are not firing consistently. It's probably good enough
to just disable this test on Linux, as it's mainly a UI test, and it works
on the other platforms.

Differential Revision: https://phabricator.services.mozilla.com/D81602
This commit is contained in:
Greg Tatum 2020-06-30 19:46:21 +00:00
parent 41bd757afa
commit d8dddd8673

View File

@ -28,4 +28,11 @@ support-files =
[browser_popup-profiler-states.js] [browser_popup-profiler-states.js]
[browser_popup-record-capture.js] [browser_popup-record-capture.js]
[browser_popup-record-discard.js] [browser_popup-record-discard.js]
# The popupshown and popuphidden events are not firing correctly on linux, as of
# Bug 1625044. It could be because of the opening of a second private browsing
# window. There should be good enough coverage of this feature with it disabled
# on Linux. This bug appears to have been around for awhile see:
# Bug 941073. Also see: 1178420, 1115757, 1401049, 1269392
[browser_popup-private-browsing.js] [browser_popup-private-browsing.js]
skip-if = os == 'linux'