2727import org .apache .axis2 .transport .h2 .impl .httpclient5 .H2TransportSender ;
2828import org .junit .After ;
2929import org .junit .Before ;
30+ import org .junit .Ignore ;
3031import org .junit .Test ;
3132
3233import java .util .ArrayList ;
@@ -92,6 +93,7 @@ public void tearDown() throws Exception {
9293 }
9394 }
9495
96+ @ Ignore ("Benchmark test - disabled in CI due to timing sensitivity. Run manually to validate performance." )
9597 @ Test
9698 public void testLatencyBenchmark () throws Exception {
9799 System .err .println ("================================================================================" );
@@ -124,6 +126,7 @@ public void testLatencyBenchmark() throws Exception {
124126 System .err .println ("================================================================================" );
125127 }
126128
129+ @ Ignore ("Benchmark test - disabled in CI due to timing sensitivity. Run manually to validate performance." )
127130 @ Test
128131 public void testLargeJSONProcessingBenchmark () throws Exception {
129132 System .err .println ("================================================================================" );
@@ -163,6 +166,7 @@ public void testLargeJSONProcessingBenchmark() throws Exception {
163166 System .err .println ("================================================================================" );
164167 }
165168
169+ @ Ignore ("Benchmark test - disabled in CI due to timing sensitivity. Run manually to validate performance." )
166170 @ Test
167171 public void testMemoryEfficiencyBenchmark () throws Exception {
168172 System .err .println ("================================================================================" );
@@ -201,6 +205,7 @@ public void testMemoryEfficiencyBenchmark() throws Exception {
201205 System .err .println ("================================================================================" );
202206 }
203207
208+ @ Ignore ("Benchmark test - disabled in CI due to timing sensitivity. Run manually to validate performance." )
204209 @ Test
205210 public void testConnectionMultiplexingEfficiency () throws Exception {
206211 System .err .println ("================================================================================" );
@@ -237,6 +242,7 @@ public void testConnectionMultiplexingEfficiency() throws Exception {
237242 System .err .println ("================================================================================" );
238243 }
239244
245+ @ Ignore ("Benchmark test - disabled in CI due to timing sensitivity. Run manually to validate performance." )
240246 @ Test
241247 public void testConnectionReuseEfficiency () throws Exception {
242248 // Test connection reuse efficiency (HTTP/2 advantage)
@@ -263,6 +269,7 @@ public void testConnectionReuseEfficiency() throws Exception {
263269 System .out .println ("Connection reuse benchmark completed successfully" );
264270 }
265271
272+ @ Ignore ("Benchmark test - disabled in CI due to timing sensitivity. Run manually to validate performance." )
266273 @ Test
267274 public void testOverallPerformanceProfile () throws Exception {
268275 System .err .println ("================================================================================" );
0 commit comments