Skip to content

Commit 0b55fa3

Browse files
committed
GH-1678: Re-enable tests in OpenSearchVectorStoreIT
Fixes: #1678
1 parent 0825d52 commit 0b55fa3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
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;
3534
import org.junit.jupiter.api.Test;
3635
import org.junit.jupiter.api.condition.EnabledIfEnvironmentVariable;
3736
import org.junit.jupiter.params.ParameterizedTest;
@@ -357,7 +356,6 @@ public void searchThresholdTest(String similarityFunction) {
357356
}
358357

359358
@Test
360-
@Disabled("GH-1645")
361359
public void searchDocumentsInTwoIndicesTest() {
362360
getContextRunner().run(context -> {
363361
// given

0 commit comments

Comments
 (0)