am fd777062: am 93daa04d: Deactivate tests for Myanmar

* commit 'fd777062b67d7c57b94924d1b7c8033244eb6eef':
  Deactivate tests for Myanmar
main
Jean Chalard 2014-08-06 17:38:48 +00:00 committed by Android Git Automerger
commit 94e3fb1b40
1 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,7 @@
package com.android.inputmethod.latin; package com.android.inputmethod.latin;
import android.test.suitebuilder.annotation.LargeTest; import android.test.suitebuilder.annotation.LargeTest;
import android.test.suitebuilder.annotation.Suppress;
import android.util.Pair; import android.util.Pair;
/* /*
@ -77,6 +78,8 @@ import android.util.Pair;
*/ */
@LargeTest @LargeTest
// These tests are inactive until the combining code for Myanmar Reordering is sorted out.
@Suppress
@SuppressWarnings("rawtypes") @SuppressWarnings("rawtypes")
public class InputLogicTestsReorderingMyanmar extends InputTestsBase { public class InputLogicTestsReorderingMyanmar extends InputTestsBase {
// The tests are formatted as follows. // The tests are formatted as follows.