From c86cd1bc00cca0ccc22e0aa2560587b9330d7bc5 Mon Sep 17 00:00:00 2001 From: Sandor Molnar Date: Tue, 14 Sep 2021 00:26:22 +0300 Subject: [PATCH] Backed out changeset 0568cca2f4bb (bug 1718267) for causing xpc failures in netwerk/test/unit/test_predictor. CLOSED TREE --- modules/libpref/init/StaticPrefList.yaml | 2 +- .../test/unit/test_cache2-02b-open-non-existing-and-doom.js | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/modules/libpref/init/StaticPrefList.yaml b/modules/libpref/init/StaticPrefList.yaml index fc2543c1c4dd..db52a486c142 100644 --- a/modules/libpref/init/StaticPrefList.yaml +++ b/modules/libpref/init/StaticPrefList.yaml @@ -9905,7 +9905,7 @@ # this pref should be removed at some point in the future. - name: network.cache.bug1708673 type: RelaxedAtomicBool - value: false + value: true mirror: always # This is used for a temporary workaround for a web-compat issue. If pref is diff --git a/netwerk/test/unit/test_cache2-02b-open-non-existing-and-doom.js b/netwerk/test/unit/test_cache2-02b-open-non-existing-and-doom.js index 7e467413b0b2..50e72ac92ee8 100644 --- a/netwerk/test/unit/test_cache2-02b-open-non-existing-and-doom.js +++ b/netwerk/test/unit/test_cache2-02b-open-non-existing-and-doom.js @@ -56,11 +56,6 @@ add_task(async function test() { ); }); - Services.prefs.setBoolPref("network.cache.bug1708673", true); - registerCleanupFunction(() => { - Services.prefs.clearUserPref("network.cache.bug1708673"); - }); - let asyncDoomVisitor = new Promise(resolve => { let doomTasks = []; let visitor = {