Skip to content

Commit f11bd9f

Browse files
authored
Mute testKNNWarmupCustomLegacyFieldMapping (#2416)
Signed-off-by: Kunal Kotwani <kkotwani@amazon.com>
1 parent 387344e commit f11bd9f

File tree

1 file changed

+1
-0
lines changed
  • qa/restart-upgrade/src/test/java/org/opensearch/knn/bwc

1 file changed

+1
-0
lines changed

qa/restart-upgrade/src/test/java/org/opensearch/knn/bwc/WarmupIT.java

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ public void testKNNWarmupDefaultLegacyFieldMapping() throws Exception {
4646

4747
// Custom Legacy Field Mapping
4848
// space_type : "innerproduct", engine : "nmslib", m : 2, ef_construction : 2
49+
@AwaitsFix(bugUrl = "https://github.com/opensearch-project/k-NN/issues/2415")
4950
public void testKNNWarmupCustomLegacyFieldMapping() throws Exception {
5051

5152
// When the cluster is in old version, create a KNN index with custom legacy field mapping settings

0 commit comments

Comments
 (0)