We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad88ddf commit a64a5dbCopy full SHA for a64a5db
1 file changed
modules/transport-h2/src/test/java/org/apache/axis2/transport/h2/H2Stage3StreamingTest.java
@@ -27,6 +27,7 @@
27
import org.apache.axis2.transport.h2.impl.httpclient5.H2TransportSender;
28
import org.junit.After;
29
import org.junit.Before;
30
+import org.junit.Ignore;
31
import org.junit.Test;
32
33
import java.util.ArrayList;
@@ -299,6 +300,7 @@ public void testMemoryPressureHandling() throws Exception {
299
300
System.out.println("Memory pressure handling test passed");
301
}
302
303
+ @Ignore("For manual testing only, not stable enough to run in CI")
304
@Test
305
public void testStreamingPerformanceImprovement() throws Exception {
306
System.err.println("================================================================================");
0 commit comments