From 2ee5918413d2c3e31221ab2df0d9dd0351314638 Mon Sep 17 00:00:00 2001 From: Geoff Brown Date: Mon, 23 Jun 2014 08:35:53 -0600 Subject: [PATCH] Bug 946656 - Disable testAboutHomeVisibility on Android 2.3; r=me --- mobile/android/base/tests/robocop.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mobile/android/base/tests/robocop.ini b/mobile/android/base/tests/robocop.ini index 621448b91d5c..2a41a7447bb7 100644 --- a/mobile/android/base/tests/robocop.ini +++ b/mobile/android/base/tests/robocop.ini @@ -121,6 +121,8 @@ skip-if = android_version == "10" # Using UITest #[testAboutHomePageNavigation] # see bug 947550, bug 979038 and bug 977952 [testAboutHomeVisibility] +# disabled on Android 2.3; bug 946656 +skip-if = android_version == "10" [testEventDispatcher] [testInputConnection] # disabled on Android 2.3; bug 1025968