From cff736d3ef6e42466586bd195b5f29239407f257 Mon Sep 17 00:00:00 2001 From: Cosmin Sabou Date: Tue, 3 Oct 2023 22:52:41 +0300 Subject: [PATCH] Bug 1855296 - Add brackets and quotation marks to skip-if condition to unbust decision task. a=bustage-fix --- dom/security/test/mixedcontentblocker/mochitest.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dom/security/test/mixedcontentblocker/mochitest.toml b/dom/security/test/mixedcontentblocker/mochitest.toml index 484e43ed6207..81b2f10642e4 100644 --- a/dom/security/test/mixedcontentblocker/mochitest.toml +++ b/dom/security/test/mixedcontentblocker/mochitest.toml @@ -54,5 +54,6 @@ skip-if = [ ["test_windowOpen.html"] scheme = "https" -skip-if = - !debug # Bug 1855588 +skip-if = [ + "!debug" # Bug 1855588 +] -- 2.11.4.GIT