From 1de29ea84b35d180e163e8028b68b70bbe31b39f Mon Sep 17 00:00:00 2001 From: Phil Ringnalda Date: Wed, 9 Dec 2015 18:51:59 -0800 Subject: [PATCH] Bug 1211213 - Skip test_bug597331.html on Android and ASan, where it fails constantly --- editor/libeditor/tests/mochitest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/libeditor/tests/mochitest.ini b/editor/libeditor/tests/mochitest.ini index 2e34a3b8fe4..a6ced80b015 100644 --- a/editor/libeditor/tests/mochitest.ini +++ b/editor/libeditor/tests/mochitest.ini @@ -81,7 +81,7 @@ skip-if = toolkit == 'android' skip-if = toolkit == 'android' [test_bug596506.html] [test_bug597331.html] -skip-if = buildapp == 'mulet' +skip-if = buildapp == 'mulet' || toolkit == 'android' || asan # Bug 1211213 [test_bug597784.html] [test_bug599322.html] skip-if = toolkit == 'android'