diff --git a/dom/ipc/tests/chrome.ini b/dom/ipc/tests/chrome.ini index 9bc07c5edd6b..361923cedcca 100644 --- a/dom/ipc/tests/chrome.ini +++ b/dom/ipc/tests/chrome.ini @@ -4,4 +4,4 @@ support-files = process_error.xul [test_process_error.xul] -skip-if = !crashreporter +skip-if = !crashreporter || (verify && debug && (os == 'linux' || os == 'mac')) diff --git a/dom/ipc/tests/process_error.xul b/dom/ipc/tests/process_error.xul index 4e2f74d6a15e..e6dfd18bc771 100644 --- a/dom/ipc/tests/process_error.xul +++ b/dom/ipc/tests/process_error.xul @@ -31,7 +31,7 @@ Services.obs.addObserver(crashObserver, 'ipc:content-shutdown'); - BrowserTestUtils.crashBrowser(document.getElementById('thebrowser'), true, false); + BrowserTestUtils.crashBrowser(document.getElementById('thebrowser')); ]]>