Skip to content

Commit ad728f3

Browse files
committed
Remove all token type specific test cases
Keep tests but treat all arguments as text args
1 parent 6bb95ac commit ad728f3

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

x-pack/plugin/mapper-patterned-text/src/test/java/org/elasticsearch/xpack/patternedtext/PatternedTextFieldMapperTests.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -276,9 +276,4 @@ public void testDocValuesSynthetic() throws IOException {
276276
protected IngestScriptSupport ingestScriptSupport() {
277277
throw new AssumptionViolatedException("not supported");
278278
}
279-
280-
@Override
281-
protected Function<Object, Object> loadBlockExpected() {
282-
return v -> ((BytesRef) v).utf8ToString();
283-
}
284279
}

0 commit comments

Comments
 (0)