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:
Henrik Skupin 2017-10-25 12:51:09 +02:00
parent 617b41cac0
commit 5e1acb21e9
5 changed files with 7 additions and 4 deletions

View File

@ -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]

View File

@ -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]