From 2381b8cfdc3b274ee41934a70c3be241113cb2f3 Mon Sep 17 00:00:00 2001 From: Jean Chalard Date: Thu, 29 May 2014 13:12:53 +0900 Subject: [PATCH] Disable a test that fails for an unknown reason It works when tested on the actual device, and on some versions of the platform. Until we know what's wrong with resource loading when running under the test harness, we need to disable this test. Change-Id: I2d7ed9db940b9b73739de8325665bdafb6af58cb --- tests/src/com/android/inputmethod/latin/ShiftModeTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/src/com/android/inputmethod/latin/ShiftModeTests.java b/tests/src/com/android/inputmethod/latin/ShiftModeTests.java index 95851f363..a319ffda6 100644 --- a/tests/src/com/android/inputmethod/latin/ShiftModeTests.java +++ b/tests/src/com/android/inputmethod/latin/ShiftModeTests.java @@ -111,7 +111,7 @@ public class ShiftModeTests extends InputTestsBase { assertTrue("(Spanish) Auto caps after inverted bang", isCapsModeAutoShifted()); } - public void testOtherSentenceSeparators() { + public void DISABLED_testOtherSentenceSeparators() { // We only run this test on Kitkat+ because previous versions of Android don't // have an Armenian locale. For some reason I don't know, when the requested // locale is not present as a device locale, then the application under test can't