mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 05:11:16 +00:00
Bug 1411314 - Move safebrowsing functional tests from /security to /safebrowsing. r=francois
MozReview-Commit-ID: 5Ue34V7quO6 --HG-- rename : testing/firefox-ui/tests/functional/security/test_safe_browsing_initial_download.py => testing/firefox-ui/tests/functional/safebrowsing/test_initial_download.py rename : testing/firefox-ui/tests/functional/security/test_safe_browsing_notification.py => testing/firefox-ui/tests/functional/safebrowsing/test_notification.py rename : testing/firefox-ui/tests/functional/security/test_safe_browsing_warning_pages.py => testing/firefox-ui/tests/functional/safebrowsing/test_warning_pages.py extra : rebase_source : d9b5b731f7a5824dd0d27eaafcf8ef963d4aef44
This commit is contained in:
parent
617b41cac0
commit
5e1acb21e9
@ -0,0 +1,7 @@
|
||||
[DEFAULT]
|
||||
tags = remote
|
||||
|
||||
[test_initial_download.py]
|
||||
skip-if = debug || asan # the GAPI key isn't available in debug or asan builds
|
||||
[test_notification.py]
|
||||
[test_warning_pages.py]
|
@ -9,10 +9,6 @@ tags = local
|
||||
[test_mixed_script_content_blocking.py]
|
||||
[test_no_certificate.py]
|
||||
tags = local
|
||||
[test_safe_browsing_initial_download.py]
|
||||
skip-if = debug || asan # the GAPI key isn't available in debug or asan builds
|
||||
[test_safe_browsing_notification.py]
|
||||
[test_safe_browsing_warning_pages.py]
|
||||
[test_security_notification.py]
|
||||
[test_ssl_disabled_error_page.py]
|
||||
[test_ssl_status_after_restart.py]
|
||||
|
Loading…
Reference in New Issue
Block a user