Skip to content

Commit

Permalink
Mute CorrelationCodecTests.testCorrelationVectorIndex (opensearch-pro…
Browse files Browse the repository at this point in the history
…ject#9956)

Fix is pending in opensearch-project#7771, but that PR may take some time to land in main
so muting for the time being.

Signed-off-by: Andrew Ross <[email protected]>
Signed-off-by: Shivansh Arora <[email protected]>
  • Loading branch information
andrross authored and shiv0408 committed Apr 25, 2024
1 parent 3936813 commit bf581f9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ public class CorrelationCodecTests extends OpenSearchTestCase {
* test correlation vector index
* @throws Exception Exception
*/
@AwaitsFix(bugUrl = "https://github.com/opensearch-project/OpenSearch/issues/8329")
public void testCorrelationVectorIndex() throws Exception {
Function<MapperService, PerFieldCorrelationVectorsFormat> perFieldCorrelationVectorsProvider =
mapperService -> new PerFieldCorrelationVectorsFormat(Optional.of(mapperService));
Expand Down

0 comments on commit bf581f9

Please sign in to comment.