Skip to content

Commit 9aeb156

Browse files
authored
[Mute] SegRepUsingRemoteStoreIT.testPressureServiceStats (opensearch-project#8324)
Mutes repeated failing test. Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
1 parent 270abeb commit 9aeb156

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

server/src/internalClusterTest/java/org/opensearch/remotestore/SegmentReplicationUsingRemoteStoreIT.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,10 @@ public void setup() {
6363
public void teardown() {
6464
assertAcked(clusterAdmin().prepareDeleteRepository(REPOSITORY_NAME));
6565
}
66+
67+
@AwaitsFix(bugUrl = "https://github.com/opensearch-project/OpenSearch/issues/7592")
68+
@Override
69+
public void testPressureServiceStats() throws Exception {
70+
super.testPressureServiceStats();
71+
}
6672
}

0 commit comments

Comments
 (0)