Bug 1890182 - Further adjust disable for test 'browser_address_doorhanger_confirmation_popup.js' to include win asan r=jmaher DONTBUILD

Differential Revision: https://phabricator.services.mozilla.com/D230198
This commit is contained in:
Sandor Molnar
2024-11-30 19:17:35 +00:00
parent 8a110f0fbc
commit b88621506c

View File

@@ -26,7 +26,7 @@ skip-if = [
"os == 'linux' && os_version == '18.04' && processor == 'x86_64'", # Bug 1890182
"os == 'mac' && os_version == '10.15' && processor == 'x86_64' && debug", # Bug 1890182
"os == 'win' && os_version == '11.2009' && processor == 'x86_64' && opt", # Bug 1890182
"os == 'win' && os_version == '11.2009' && processor == 'x86_64' && opt && asan", # Bug 1890182
"os == 'win' && os_version == '11.2009' && processor == 'x86_64' && asan", # Bug 1890182
]
["browser_address_doorhanger_display.js"]