diff --git a/toolkit/components/prompts/test/chrome.ini b/toolkit/components/prompts/test/chrome.ini index 78e9235ed141..54c8617a3b4c 100644 --- a/toolkit/components/prompts/test/chrome.ini +++ b/toolkit/components/prompts/test/chrome.ini @@ -4,6 +4,9 @@ support-files = chromeScript.js [test_modal_prompts.html] -skip-if = toolkit == 'android' || (os == 'linux' && (debug || asan)) #android: TIMED_OUT (For Linux : 950636) +skip-if = + toolkit == 'android' + os == 'linux' && (debug || asan) #android: TIMED_OUT (For Linux : 950636) + win10_2004 # Bug 1781434 [test_modal_select.html] -skip-if = toolkit == 'android' #android: TIMED_OUT \ No newline at end of file +skip-if = toolkit == 'android' #android: TIMED_OUT