From 2b1837cc6d4a6f291666de5d4f099c3b0ced1c96 Mon Sep 17 00:00:00 2001 From: Daniel Varga Date: Tue, 23 Apr 2019 10:59:21 +0300 Subject: [PATCH] Backed out changeset 2ef93e029730 (bug 1535792) for ParseError: could not parse: (os == 'android') || ((debug && (os == 'linux') && (bits == 32)). On a CLOSED TREE --- editor/libeditor/tests/browserscope/mochitest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/libeditor/tests/browserscope/mochitest.ini b/editor/libeditor/tests/browserscope/mochitest.ini index 39c111e37a85..454ed00bff07 100644 --- a/editor/libeditor/tests/browserscope/mochitest.ini +++ b/editor/libeditor/tests/browserscope/mochitest.ini @@ -54,6 +54,6 @@ support-files = [test_richtext2.html] subsuite = clipboard -skip-if = (os == 'android') || ((debug && (os == 'linux') && (bits == 32)) # Bug 1202045, Bug 1535792 +skip-if = os == 'android' # Bug 1202045 [test_richtext.html]