From feae8c56519a46713f797987c348bbc45b303562 Mon Sep 17 00:00:00 2001 From: Liang-Heng Chen Date: Tue, 18 Sep 2018 11:14:01 +0000 Subject: [PATCH] Bug 1492087 - Disable browser.fastblock.limit in tests r=mayhemer Differential Revision: https://phabricator.services.mozilla.com/D6135 --HG-- extra : moz-landing-system : lando --- .../tests/mochitest/test_fastblock_bug1477046.html | 1 + 1 file changed, 1 insertion(+) diff --git a/toolkit/components/url-classifier/tests/mochitest/test_fastblock_bug1477046.html b/toolkit/components/url-classifier/tests/mochitest/test_fastblock_bug1477046.html index 97c59c039468..ef7a2d8e0e9d 100644 --- a/toolkit/components/url-classifier/tests/mochitest/test_fastblock_bug1477046.html +++ b/toolkit/components/url-classifier/tests/mochitest/test_fastblock_bug1477046.html @@ -127,6 +127,7 @@ async function setupTest() { await SpecialPowers.pushPrefEnv({ "set": [ ["browser.contentblocking.enabled", true], ["browser.fastblock.enabled", true], + ["browser.fastblock.limit", 0], ["browser.fastblock.timeout", 5000], ["network.http.tailing.enabled", true], ["privacy.trackingprotection.enabled", false],