Skip to content

Commit 7660bfc

Browse files
authored
Fixes DenseVectorFieldIndexTypeUpdateIT release tests (#132346)
1 parent 56a837e commit 7660bfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/internalClusterTest/java/org/elasticsearch/index/mapper/vectors/DenseVectorFieldIndexTypeUpdateIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public DenseVectorFieldIndexTypeUpdateIT(@Name("initialType") String initialType
5252
@ParametersFactory
5353
public static Collection<Object[]> params() {
5454
List<String> types = new ArrayList<>(
55-
List.of("flat", "int8_flat", "int4_flat", "bbq_flat", "hnsw", "int8_hnsw", "int4_hnsw", "bbq_hnsw", "bbq_disk")
55+
List.of("flat", "int8_flat", "int4_flat", "bbq_flat", "hnsw", "int8_hnsw", "int4_hnsw", "bbq_hnsw")
5656
);
5757
if (DenseVectorFieldMapper.IVF_FORMAT.isEnabled()) {
5858
types.add("bbq_disk");

0 commit comments

Comments
 (0)