Skip to content

Commit

Permalink
[Mute] SegRepUsingRemoteStoreIT.testPressureServiceStats (opensearch-…
Browse files Browse the repository at this point in the history
…project#8324)

Mutes repeated failing test.

Signed-off-by: Nicholas Walter Knize <[email protected]>
  • Loading branch information
nknize authored and baba-devv committed Jul 29, 2023
1 parent 9b08947 commit 31d9ea7
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,10 @@ public void setup() {
public void teardown() {
assertAcked(clusterAdmin().prepareDeleteRepository(REPOSITORY_NAME));
}

@AwaitsFix(bugUrl = "https://github.com/opensearch-project/OpenSearch/issues/7592")
@Override
public void testPressureServiceStats() throws Exception {
super.testPressureServiceStats();
}
}

0 comments on commit 31d9ea7

Please sign in to comment.