From e70c58a2f43e8da9396d7fae1651d7014f9433af Mon Sep 17 00:00:00 2001 From: Aaron Klotz <aklotz@mozilla.com> Date: Wed, 21 Oct 2020 20:24:52 +0000 Subject: [PATCH] Bug 1668892: Disable operator-dictionary-spacing-004.html Operator dictionary chunk 1 - lspace/rspace on Android; r=bc This test is mysteriously failing under a try push with e10s-multi enabled on Android. Since MathML is not super-important to us, I'd like to disable it on Android and file a follow-up bug in MathML for the failure. Differential Revision: https://phabricator.services.mozilla.com/D94151 --- .../operators/operator-dictionary-spacing-004.html.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/testing/web-platform/meta/mathml/presentation-markup/operators/operator-dictionary-spacing-004.html.ini b/testing/web-platform/meta/mathml/presentation-markup/operators/operator-dictionary-spacing-004.html.ini index 1d1e5293a8afc..2b1e14d4c6129 100644 --- a/testing/web-platform/meta/mathml/presentation-markup/operators/operator-dictionary-spacing-004.html.ini +++ b/testing/web-platform/meta/mathml/presentation-markup/operators/operator-dictionary-spacing-004.html.ini @@ -1,5 +1,7 @@ [operator-dictionary-spacing-004.html] [Operator dictionary chunk 1 - lspace/rspace] + disabled: + if (os == "android"): https://bugzilla.mozilla.org/show_bug.cgi?id=1668892 expected: if (os == "mac") and debug: ["PASS", "FAIL"] -- GitLab