Skip to content

Commit

Permalink
[Mute] SegRepUsingRemoteStoreIT.testPressureServiceStats
Browse files Browse the repository at this point in the history
Mutes repeated failing test.

Signed-off-by: Nicholas Walter Knize <[email protected]>
  • Loading branch information
nknize committed Jun 28, 2023
1 parent b594f52 commit 1636b23
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 1636b23

Please sign in to comment.