Skip to content

Commit

Permalink
Mute org.opensearch.index.codec.MultiCodecMergeIT.testForceMergeMulti…
Browse files Browse the repository at this point in the history
…pleCodecs (opensearch-project#9873)

Signed-off-by: Sachin Kale <kalsac@amazon.com>
Co-authored-by: Sachin Kale <kalsac@amazon.com>
  • Loading branch information
2 people authored and sarthakaggarwal97 committed Sep 20, 2023
1 parent 1315994 commit 606347c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ protected Collection<Class<? extends Plugin>> nodePlugins() {
return Collections.singletonList(CustomCodecPlugin.class);
}

@AwaitsFix(bugUrl = "https://github.com/opensearch-project/OpenSearch/issues/9872")
public void testForceMergeMultipleCodecs() throws ExecutionException, InterruptedException {

Map<String, String> codecMap = Map.of(
Expand Down

0 comments on commit 606347c

Please sign in to comment.