aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Barron <tjbarron@google.com>2021-06-24 17:14:30 -0700
committerTim Barron <tjbarron@google.com>2021-06-24 17:14:30 -0700
commitc8a2f1803b50ba19768a135b7a1c558da6937f7a (patch)
tree66aaf1d50df3db77a8e45bb0827512201e6793be
parent56df627784d8a299d221629d9bc91818986648f7 (diff)
downloadicing-c8a2f1803b50ba19768a135b7a1c558da6937f7a.tar.gz
Enable IcingSearchEngineTest#testCJKTSnippets
The fix for this test has been synced in from ag/15083267 [I0778164b75e1552451290f1b8fe4a0e07b3dc844] Bug: 190845688 Test: IcingSearchEngineTest Change-Id: I75ae1898c3e5ca8df00c129aa22b1284d32d2fc0
-rw-r--r--java/tests/instrumentation/src/com/google/android/icing/IcingSearchEngineTest.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/java/tests/instrumentation/src/com/google/android/icing/IcingSearchEngineTest.java b/java/tests/instrumentation/src/com/google/android/icing/IcingSearchEngineTest.java
index 1b3e09e..0cee80c 100644
--- a/java/tests/instrumentation/src/com/google/android/icing/IcingSearchEngineTest.java
+++ b/java/tests/instrumentation/src/com/google/android/icing/IcingSearchEngineTest.java
@@ -59,7 +59,6 @@ import java.util.HashMap;
import java.util.Map;
import org.junit.After;
import org.junit.Before;
-import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.TemporaryFolder;
@@ -490,7 +489,6 @@ public final class IcingSearchEngineTest {
}
@Test
- @Ignore("b/190845688")
public void testCJKTSnippets() throws Exception {
assertStatusOk(icingSearchEngine.initialize().getStatus());