We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ead118b commit 8779341Copy full SHA for 8779341
muted-tests.yml
@@ -542,6 +542,9 @@ tests:
542
- class: org.elasticsearch.index.mapper.vectors.DenseVectorFieldIndexTypeUpdateIT
543
method: testDenseVectorMappingUpdate {initialType=int8_flat updateType=int8_hnsw}
544
issue: https://github.com/elastic/elasticsearch/issues/132116
545
+- class: org.elasticsearch.index.mapper.vectors.DenseVectorFieldIndexTypeUpdateIT
546
+ method: testDenseVectorMappingUpdate {initialType=int4_flat updateType=int8_hnsw}
547
+ issue: https://github.com/elastic/elasticsearch/issues/132117
548
549
# Examples:
550
#
0 commit comments