From 317807031aafc7f06caf2d88399c2d6a21c7e0c6 Mon Sep 17 00:00:00 2001 From: Tom Tung Date: Fri, 24 Aug 2018 15:16:26 +0200 Subject: [PATCH] Bug 1485971 - Followup for enabling test on Beta and Release for bug 1482812; r=janv Bug 1482812 enabled the check for whether origin is valid in both Beta and Release channels, but it didn't enable the test under the quota folder. That test verified the check does work while executing storage.persist() if the origin hasn't been initialized yet. Thus, this patch removes the pref to verify this check does work for storage.persist() on Beta and the Release channels. --HG-- extra : rebase_source : c454c57189fbc0557e9c83783adce5efb40304a7 --- dom/quota/test/unit/xpcshell.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/dom/quota/test/unit/xpcshell.ini b/dom/quota/test/unit/xpcshell.ini index ab3d26acdb6d..24e370aa2e42 100644 --- a/dom/quota/test/unit/xpcshell.ini +++ b/dom/quota/test/unit/xpcshell.ini @@ -22,7 +22,6 @@ support-files = [test_basics.js] [test_bad_origin_directory.js] -skip-if = release_or_beta [test_defaultStorageUpgrade.js] [test_getUsage.js] [test_idbSubdirUpgrade.js]