Bug 1336922 - Temporarily disable V4 updates in test_safe_browsing_initial_download.py. r=whimboo

MozReview-Commit-ID: IB2ginfKPE3

--HG--
extra : rebase_source : e8985d69ebaef06d7aed7886e3cff620976173ea
This commit is contained in:
Francois Marier 2017-02-07 16:53:32 +08:00
parent 6b9cefb9e6
commit 51d255e6af

View File

@ -48,6 +48,8 @@ class TestSafeBrowsingInitialDownload(PuppeteerMixin, MarionetteTestCase):
'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):