Skip to content

Commit 955c658

Browse files
Merge branch 'main' into tasks/rcs-rm-isCrossClusterSearchEnabled
2 parents b5b92db + 6a483f8 commit 955c658

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

muted-tests.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -545,6 +545,15 @@ tests:
545545
- class: org.elasticsearch.index.mapper.vectors.DenseVectorFieldIndexTypeUpdateIT
546546
method: testDenseVectorMappingUpdate {initialType=int4_flat updateType=int8_hnsw}
547547
issue: https://github.com/elastic/elasticsearch/issues/132117
548+
- class: org.elasticsearch.index.mapper.vectors.DenseVectorFieldIndexTypeUpdateIT
549+
method: testDenseVectorMappingUpdate {initialType=flat updateType=hnsw}
550+
issue: https://github.com/elastic/elasticsearch/issues/132119
551+
- class: org.elasticsearch.index.mapper.vectors.DenseVectorFieldIndexTypeUpdateIT
552+
method: testDenseVectorMappingUpdate {initialType=flat updateType=bbq_flat}
553+
issue: https://github.com/elastic/elasticsearch/issues/132120
554+
- class: org.elasticsearch.index.mapper.vectors.DenseVectorFieldIndexTypeUpdateIT
555+
method: testDenseVectorMappingUpdate {initialType=int8_flat updateType=bbq_disk}
556+
issue: https://github.com/elastic/elasticsearch/issues/132122
548557

549558
# Examples:
550559
#

0 commit comments

Comments
 (0)