We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 270abeb commit 9aeb156Copy full SHA for 9aeb156
server/src/internalClusterTest/java/org/opensearch/remotestore/SegmentReplicationUsingRemoteStoreIT.java
@@ -63,4 +63,10 @@ public void setup() {
63
public void teardown() {
64
assertAcked(clusterAdmin().prepareDeleteRepository(REPOSITORY_NAME));
65
}
66
+
67
+ @AwaitsFix(bugUrl = "https://github.com/opensearch-project/OpenSearch/issues/7592")
68
+ @Override
69
+ public void testPressureServiceStats() throws Exception {
70
+ super.testPressureServiceStats();
71
+ }
72
0 commit comments