From 23410a59990eafe499c18a59eb0bfd5020d4dfb0 Mon Sep 17 00:00:00 2001 From: Bob Owen Date: Fri, 25 Feb 2022 14:10:30 +0000 Subject: [PATCH] Bug 1757102: Skip test_win32k_enrollment.py for CCov build. r=tjr CCov builds don't enable the sandbox so win32k test is not relevant. Differential Revision: https://phabricator.services.mozilla.com/D139707 --- toolkit/xre/test/marionette/marionette.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/toolkit/xre/test/marionette/marionette.ini b/toolkit/xre/test/marionette/marionette.ini index 30107fe61f34..bb49d6c5deab 100644 --- a/toolkit/xre/test/marionette/marionette.ini +++ b/toolkit/xre/test/marionette/marionette.ini @@ -1,4 +1,6 @@ [test_fission_autostart.py] [test_win32k_enrollment.py] -skip-if = os != 'win' +skip-if = + os != 'win' + ccov # Bug 1757102 [test_exitcode.py]