Skip to content

Commit be7d752

Browse files
Re-Enable New Semantic Text Format in ShardBulkInferenceActionFilter Tests (#138628) (#138673)
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
1 parent ef11738 commit be7d752

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
@@ -131,9 +131,7 @@ public ShardBulkInferenceActionFilterTests(boolean useLegacyFormat) {
131131

132132
@ParametersFactory
133133
public static Iterable<Object[]> parameters() throws Exception {
134-
List<Object[]> lst = new ArrayList<>();
135-
lst.add(new Object[] { true });
136-
return lst;
134+
return List.of(new Object[] { true }, new Object[] { false });
137135
}
138136

139137
@Before

0 commit comments

Comments
 (0)