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 <[email protected]>
Co-authored-by: Sachin Kale <[email protected]>
  • Loading branch information
sachinpkale and Sachin Kale authored Sep 7, 2023
1 parent 199123d commit 91f28d4
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 91f28d4

Please sign in to comment.