Skip to content

Commit

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

Signed-off-by: Nicholas Walter Knize <[email protected]>
(cherry picked from commit 9aeb156)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Jun 28, 2023
1 parent ebe6f2c commit f471ffb
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 f471ffb

Please sign in to comment.