Commit e99bcfe1 authored by Geoff Lankow's avatar Geoff Lankow
Browse files

Bug 1710069 - Disable test_subframe_stop_after_parent_error.js on Thunderbird...

Bug 1710069 - Disable test_subframe_stop_after_parent_error.js on Thunderbird until after 91. r=nika

This test can't pass with browser.tabs.remote.autostart=true, and it cannot be false in Thunderbird tests.

Differential Revision: https://phabricator.services.mozilla.com/D119477
parent ea13a765
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -21,3 +21,4 @@ skip-if = true
[test_privacy_transition.js]
[test_subframe_stop_after_parent_error.js]
skip-if = os == 'android'
  || appname == 'thunderbird' # Needs to run without E10s, can't do that.