Skip to content

Commit a64a5db

Browse files
committed
fix: disable flaky benchmarking test
1 parent ad88ddf commit a64a5db

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

modules/transport-h2/src/test/java/org/apache/axis2/transport/h2/H2Stage3StreamingTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
import org.apache.axis2.transport.h2.impl.httpclient5.H2TransportSender;
2828
import org.junit.After;
2929
import org.junit.Before;
30+
import org.junit.Ignore;
3031
import org.junit.Test;
3132

3233
import java.util.ArrayList;
@@ -299,6 +300,7 @@ public void testMemoryPressureHandling() throws Exception {
299300
System.out.println("Memory pressure handling test passed");
300301
}
301302

303+
@Ignore("For manual testing only, not stable enough to run in CI")
302304
@Test
303305
public void testStreamingPerformanceImprovement() throws Exception {
304306
System.err.println("================================================================================");

0 commit comments

Comments
 (0)