Skip to content

Commit ab0958d

Browse files
authored
Fix MultiClusterSpecIT BWC test failures by removing redundant inference endpoint deletions (#130990)
1 parent ebeeb27 commit ab0958d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

x-pack/plugin/esql/qa/testFixtures/src/main/java/org/elasticsearch/xpack/esql/CsvTestsDataLoader.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -358,9 +358,6 @@ public static void deleteInferenceEndpoints(RestClient client) throws IOExceptio
358358
}
359359
}
360360
}
361-
deleteSparseEmbeddingInferenceEndpoint(client);
362-
deleteRerankInferenceEndpoint(client);
363-
deleteCompletionInferenceEndpoint(client);
364361
}
365362

366363
/** The semantic_text mapping type require an inference endpoint that needs to be setup before creating the index. */

0 commit comments

Comments
 (0)