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]>
  • Loading branch information
andrross authored and sarthakaggarwal97 committed Sep 20, 2023
1 parent 26420c9 commit a996491
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:/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 a996491

Please sign in to comment.