From c850cfdb3c7f3bf02f5b059daada8e0bc107580a Mon Sep 17 00:00:00 2001 From: Joel Maher Date: Mon, 27 Feb 2017 10:25:06 -0500 Subject: [PATCH] Bug 1325778 - Intermittent toolkit/components/passwordmgr/test/mochitest/test_insecure_form_field_autocomplete.html. r=gbrown MozReview-Commit-ID: 4X29wI7PLEn --- toolkit/components/passwordmgr/test/mochitest/mochitest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolkit/components/passwordmgr/test/mochitest/mochitest.ini b/toolkit/components/passwordmgr/test/mochitest/mochitest.ini index fb83209ab500..16bfde7084b6 100644 --- a/toolkit/components/passwordmgr/test/mochitest/mochitest.ini +++ b/toolkit/components/passwordmgr/test/mochitest/mochitest.ini @@ -29,7 +29,7 @@ skip-if = toolkit == 'android' # autocomplete [test_basic_form_autocomplete.html] skip-if = toolkit == 'android' # android:autocomplete. [test_insecure_form_field_autocomplete.html] -skip-if = toolkit == 'android' # android:autocomplete. +skip-if = toolkit == 'android' && (os == 'linux' && debug) # android:autocomplete., linux: bug 1325778 [test_password_field_autocomplete.html] skip-if = toolkit == 'android' # android:autocomplete. [test_insecure_form_field_no_saved_login.html]