GH-1678: Re-enable tests in OpenSearchVectorStoreIT

Fixes: #1678
This commit is contained in:
Soby Chacko
2024-11-06 18:00:06 -05:00
parent 0825d52224
commit 0b55fa3a04

View File

@@ -31,7 +31,6 @@ 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;
@@ -357,7 +356,6 @@ class OpenSearchVectorStoreIT {
}
@Test
@Disabled("GH-1645")
public void searchDocumentsInTwoIndicesTest() {
getContextRunner().run(context -> {
// given