From fa3eea4933f8ee3730fbbdc7c77756651c6f602e Mon Sep 17 00:00:00 2001 From: Ilayaperumal Gopinathan Date: Thu, 7 Nov 2024 16:10:46 +0000 Subject: [PATCH] Disable OpenSearchVectorStoreIT$searchDocumentsInTwoIndicesTest Refer: https://github.com/spring-projects/spring-ai/issues/1645 --- .../springframework/ai/vectorstore/OpenSearchVectorStoreIT.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vector-stores/spring-ai-opensearch-store/src/test/java/org/springframework/ai/vectorstore/OpenSearchVectorStoreIT.java b/vector-stores/spring-ai-opensearch-store/src/test/java/org/springframework/ai/vectorstore/OpenSearchVectorStoreIT.java index a38207fb4..26cf006b8 100644 --- a/vector-stores/spring-ai-opensearch-store/src/test/java/org/springframework/ai/vectorstore/OpenSearchVectorStoreIT.java +++ b/vector-stores/spring-ai-opensearch-store/src/test/java/org/springframework/ai/vectorstore/OpenSearchVectorStoreIT.java @@ -31,6 +31,7 @@ import org.apache.hc.core5.http.HttpHost; import org.awaitility.Awaitility; import org.junit.jupiter.api.BeforeAll; import org.junit.jupiter.api.BeforeEach; +import org.junit.jupiter.api.Disabled; import org.junit.jupiter.api.Test; import org.junit.jupiter.api.condition.EnabledIfEnvironmentVariable; import org.junit.jupiter.params.ParameterizedTest; @@ -356,6 +357,7 @@ class OpenSearchVectorStoreIT { } @Test + @Disabled("GH-1645") public void searchDocumentsInTwoIndicesTest() { getContextRunner().run(context -> { // given