Author: tv
Date: Fri Jan 15 13:21:01 2016
New Revision: 1724799

URL: http://svn.apache.org/viewvc?rev=1724799&view=rev
Log:
Disable performance test

Modified:
    turbine/core/trunk/src/test/org/apache/turbine/pipeline/PipelineTest.java

Modified: 
turbine/core/trunk/src/test/org/apache/turbine/pipeline/PipelineTest.java
URL: 
http://svn.apache.org/viewvc/turbine/core/trunk/src/test/org/apache/turbine/pipeline/PipelineTest.java?rev=1724799&r1=1724798&r2=1724799&view=diff
==============================================================================
--- turbine/core/trunk/src/test/org/apache/turbine/pipeline/PipelineTest.java 
(original)
+++ turbine/core/trunk/src/test/org/apache/turbine/pipeline/PipelineTest.java 
Fri Jan 15 13:21:01 2016
@@ -25,6 +25,7 @@ import static org.junit.Assert.assertEqu
 
 import java.io.StringWriter;
 
+import org.junit.Ignore;
 import org.junit.Test;
 
 /**
@@ -65,7 +66,7 @@ public class PipelineTest
     /**
      * Tests the Pipeline throughput.
      */
-    @Test public void testPipelinePerformance() throws Exception
+    @Ignore("For performance tests only") @Test public void 
testPipelinePerformance() throws Exception
     {
         StringWriter writer = new StringWriter();
         Pipeline pipeline = new TurbinePipeline();


Reply via email to