Skip to content

Commit f506922

Browse files
authored
Re-Enable New Semantic Text Format in ShardBulkInferenceActionFilter Tests (#138628)
1 parent 0a9d8ab commit f506922

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

x-pack/plugin/inference/src/test/java/org/elasticsearch/xpack/inference/action/filter/ShardBulkInferenceActionFilterTests.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,7 @@ public ShardBulkInferenceActionFilterTests(boolean useLegacyFormat) {
136136

137137
@ParametersFactory
138138
public static Iterable<Object[]> parameters() throws Exception {
139-
List<Object[]> lst = new ArrayList<>();
140-
lst.add(new Object[] { true });
141-
return lst;
139+
return List.of(new Object[] { true }, new Object[] { false });
142140
}
143141

144142
@Before

0 commit comments

Comments
 (0)