am 93daa04d
: Deactivate tests for Myanmar
* commit '93daa04d60bda16515eb3b3dd7dbe4e8008c61a2': Deactivate tests for Myanmar
This commit is contained in:
commit
fd777062b6
1 changed files with 3 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
|||
package com.android.inputmethod.latin;
|
||||
|
||||
import android.test.suitebuilder.annotation.LargeTest;
|
||||
import android.test.suitebuilder.annotation.Suppress;
|
||||
import android.util.Pair;
|
||||
|
||||
/*
|
||||
|
@ -77,6 +78,8 @@ import android.util.Pair;
|
|||
*/
|
||||
|
||||
@LargeTest
|
||||
// These tests are inactive until the combining code for Myanmar Reordering is sorted out.
|
||||
@Suppress
|
||||
@SuppressWarnings("rawtypes")
|
||||
public class InputLogicTestsReorderingMyanmar extends InputTestsBase {
|
||||
// The tests are formatted as follows.
|
||||
|
|
Loading…
Reference in a new issue