From 85a96cac1c6637f2c3f00892142bed9f78c3da01 Mon Sep 17 00:00:00 2001 From: Ehsan Akhgari Date: Fri, 15 Aug 2014 11:58:53 -0400 Subject: [PATCH] Bug 1054087 - Disable the test on all Android versions --- editor/libeditor/html/tests/mochitest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/libeditor/html/tests/mochitest.ini b/editor/libeditor/html/tests/mochitest.ini index 558360d498c..55a44e6db3c 100644 --- a/editor/libeditor/html/tests/mochitest.ini +++ b/editor/libeditor/html/tests/mochitest.ini @@ -101,7 +101,7 @@ skip-if = os != "win" [test_CF_HTML_clipboard.html] [test_contenteditable_focus.html] [test_dom_input_event_on_htmleditor.html] -skip-if = android_version == "10" # bug 1054087 +skip-if = toolkit == 'android' # bug 1054087 [test_keypress_untrusted_event.html] [test_root_element_replacement.html] [test_select_all_without_body.html]