Skip to content

Commit 56cefc9

Browse files
markpollackleijendary
authored andcommitted
Disable opensearch vector store test searchDocumentsInTwoIndicesTest
Signed-off-by: leijendary <[email protected]>
1 parent e525da9 commit 56cefc9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

vector-stores/spring-ai-opensearch-store/src/test/java/org/springframework/ai/vectorstore/OpenSearchVectorStoreIT.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
import org.awaitility.Awaitility;
3232
import org.junit.jupiter.api.BeforeAll;
3333
import org.junit.jupiter.api.BeforeEach;
34+
import org.junit.jupiter.api.Disabled;
3435
import org.junit.jupiter.api.Test;
3536
import org.junit.jupiter.api.condition.EnabledIfEnvironmentVariable;
3637
import org.junit.jupiter.params.ParameterizedTest;
@@ -356,6 +357,7 @@ public void searchThresholdTest(String similarityFunction) {
356357
}
357358

358359
@Test
360+
@Disabled("GH-1645")
359361
public void searchDocumentsInTwoIndicesTest() {
360362
getContextRunner().run(context -> {
361363
// given

0 commit comments

Comments
 (0)