Skip to content

Commit

Permalink
Disable OpenSearchVectorStoreIT$searchDocumentsInTwoIndicesTest
Browse files Browse the repository at this point in the history
  • Loading branch information
ilayaperumalg committed Nov 7, 2024
1 parent bf66415 commit fa3eea4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
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;
Expand Down Expand Up @@ -356,6 +357,7 @@ public void searchThresholdTest(String similarityFunction) {
}

@Test
@Disabled("GH-1645")
public void searchDocumentsInTwoIndicesTest() {
getContextRunner().run(context -> {
// given
Expand Down

0 comments on commit fa3eea4

Please sign in to comment.