From e1ea8de74f6784c142a3a11267e19a27fe3ff33a Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 31 Mar 2021 11:49:36 +0200 Subject: tests: Fix accidental network access Running :adblock-update also updates ABP lists and thus tries downloading easylist. (cherry picked from commit ac9388fb1baba17c99de9d8872c274ab6dd38854) --- tests/end2end/features/private.feature | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/end2end/features/private.feature b/tests/end2end/features/private.feature index fd8cf7062..0d0b59375 100644 --- a/tests/end2end/features/private.feature +++ b/tests/end2end/features/private.feature @@ -221,6 +221,7 @@ Feature: Using private browsing When I open about:blank in a private window And I run :close And I set content.blocking.hosts.lists to ["http://localhost:(port)/data/blocking/qutebrowser-hosts"] + And I set content.blocking.adblock.lists to [] And I set content.blocking.method to hosts And I run :adblock-update And I wait for the message "hostblock: Read 1 hosts from 1 sources." -- cgit v1.2.3-54-g00ecf