Bug 1336922 - Temporarily disable V4 updates in test_safe_browsing_initial_download.py. r?whimboo draft
authorFrancois Marier <francois@mozilla.com>
Tue, 07 Feb 2017 16:53:32 +0800
changeset 480441 d0786aef510d386e817983e93a5d2171e838aca7
parent 479651 af8a2573d0f1e9cc6f2ba0ab67d7a702a197f177
child 544949 977c7a0256ad845f1529d47fd14993877c8519a5
push id44539
push userfmarier@mozilla.com
push dateWed, 08 Feb 2017 07:10:02 +0000
reviewerswhimboo
bugs1336922
milestone54.0a1
Bug 1336922 - Temporarily disable V4 updates in test_safe_browsing_initial_download.py. r?whimboo MozReview-Commit-ID: IB2ginfKPE3
testing/firefox-ui/tests/functional/security/test_safe_browsing_initial_download.py
--- a/testing/firefox-ui/tests/functional/security/test_safe_browsing_initial_download.py
+++ b/testing/firefox-ui/tests/functional/security/test_safe_browsing_initial_download.py
@@ -43,16 +43,19 @@ class TestSafeBrowsingInitialDownload(Pu
     prefs_safebrowsing = {
         'browser.safebrowsing.debug': True,
         'browser.safebrowsing.blockedURIs.enabled': True,
         'browser.safebrowsing.downloads.enabled': True,
         'browser.safebrowsing.phishing.enabled': True,
         'browser.safebrowsing.malware.enabled': True,
         'privacy.trackingprotection.enabled': True,
         'privacy.trackingprotection.pbmode.enabled': True,
+        'urlclassifier.malwareTable':
+        'goog-malware-shavar,goog-unwanted-shavar,test-malware-simple,test-unwanted-simple',
+        'urlclassifier.phishTable': 'googpub-phish-shavar,test-phish-simple',
     }
 
     def get_safebrowsing_files(self, is_v4):
         files = []
 
         if is_v4:
             my_file_extensions = self.v4_file_extensions
         else:  # v2