From c0e95a6f6641fd854fce8ce364e151807b0b38f3 Mon Sep 17 00:00:00 2001 From: Oana Pop Rus Date: Tue, 17 Dec 2019 05:33:03 +0000 Subject: [PATCH] Bug 1603659 - Disable test_prompt_async.html on debug and asan for mochitest failures r=egao Differential Revision: https://phabricator.services.mozilla.com/D57420 --HG-- extra : moz-landing-system : lando --- toolkit/components/passwordmgr/test/mochitest/mochitest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolkit/components/passwordmgr/test/mochitest/mochitest.ini b/toolkit/components/passwordmgr/test/mochitest/mochitest.ini index 413e1d785753..f13b60193ee9 100644 --- a/toolkit/components/passwordmgr/test/mochitest/mochitest.ini +++ b/toolkit/components/passwordmgr/test/mochitest/mochitest.ini @@ -146,7 +146,7 @@ skip-if = toolkit == 'android' # bug 1535505 skip-if = os == "linux" || toolkit == 'android' # Tests desktop prompts [test_prompt_async.html] fail-if = fission # bug 1582117 -skip-if = toolkit == 'android' # Tests desktop prompts +skip-if = toolkit == 'android' || (debug || asan) # Tests desktop prompts # Bug 1603659 support-files = subtst_prompt_async.html [test_prompt_http.html] skip-if = fission || os == "linux" || toolkit == 'android' # Tests desktop prompts, fission bug is 1582117