From c699bd704969a8d4e3d0633aab2d4cbbf167da36 Mon Sep 17 00:00:00 2001 From: alwu <alwu@mozilla.com> Date: Thu, 30 Mar 2023 23:28:26 +0000 Subject: [PATCH] Bug 1805736 - disable media-bc on win11 2009 debug for wmfme. r=jmaher Differential Revision: https://phabricator.services.mozilla.com/D173885 --- taskcluster/ci/test/mochitest.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/taskcluster/ci/test/mochitest.yml b/taskcluster/ci/test/mochitest.yml index ef283862e99bb..426bc531641a2 100644 --- a/taskcluster/ci/test/mochitest.yml +++ b/taskcluster/ci/test/mochitest.yml @@ -332,6 +332,7 @@ mochitest-browser-media: wmf-media-engine: by-test-platform: .*asan.*: [] + windows11-64.*/debug: [] # Bug 1805736 windows1.*-64.*: ['autoland', 'mozilla-central'] default: [] default: -- GitLab