Merge "Disable a test that fails for an unknown reason"
This commit is contained in:
commit
6dc21bd4e6
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ public class ShiftModeTests extends InputTestsBase {
|
||||||
assertTrue("(Spanish) Auto caps after inverted bang", isCapsModeAutoShifted());
|
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
|
// 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
|
// 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
|
// locale is not present as a device locale, then the application under test can't
|
||||||
|
|
Loading…
Reference in a new issue