From 041120d0b6bac7c1243ffebd8fd0e6750d3fe329 Mon Sep 17 00:00:00 2001 From: Botond Ballo Date: Fri, 1 Jul 2022 05:35:19 +0000 Subject: [PATCH] Bug 1777482 - Disable helper_bug1756529 on Mac. r=hiro Differential Revision: https://phabricator.services.mozilla.com/D150851 --- gfx/layers/apz/test/mochitest/helper_bug1756529.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gfx/layers/apz/test/mochitest/helper_bug1756529.html b/gfx/layers/apz/test/mochitest/helper_bug1756529.html index 284feab3c714..e1767f4f579d 100644 --- a/gfx/layers/apz/test/mochitest/helper_bug1756529.html +++ b/gfx/layers/apz/test/mochitest/helper_bug1756529.html @@ -198,10 +198,12 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=1756529 } } - if (getPlatform() == "linux") { + if (getPlatform() == "linux" || getPlatform() == "mac") { // FIXME(bug 1760731): On Linux, this test frequently hangs at // "await touchStartPromise", so we skip it. - ok(true, "Test is disabled on Linux, skipping"); + // For Mac, the test is disabled due to a high intermittent failure + // rate reported in bug 1771836. + ok(true, "Test is disabled on Linux and Mac, skipping"); subtestDone(); } else { waitUntilApzStable()