mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 06:43:32 +00:00
Bug 1776017 - Disable browser_open_internal_choice_persistence.js on macosx for frequent failures. r=jmaher,a=test-only
Differential Revision: https://phabricator.services.mozilla.com/D222731
This commit is contained in:
parent
9e230901dd
commit
069595f05e
@ -85,8 +85,10 @@ support-files =
|
||||
file_txt_attachment_test.txt
|
||||
file_txt_attachment_test.txt^headers^
|
||||
[browser_open_internal_choice_persistence.js]
|
||||
skip-if =
|
||||
apple_silicon # bug 1752482
|
||||
skip-if = [
|
||||
"apple_silicon", #bug 1752482
|
||||
"os == 'mac' && os_version == '10.15'", #Bug 1776017
|
||||
]
|
||||
support-files =
|
||||
file_pdf_application_pdf.pdf
|
||||
file_pdf_application_pdf.pdf^headers^
|
||||
|
Loading…
Reference in New Issue
Block a user