Ignoring queue benchmark tests as they take too long to run.

This commit is contained in:
Simone Bordet 2013-04-09 23:05:34 +02:00
parent ff08b1c2e5
commit aa4e79efe2
1 changed files with 2 additions and 0 deletions

View File

@ -33,9 +33,11 @@ import org.eclipse.jetty.toolchain.test.annotation.Slow;
import org.eclipse.jetty.util.log.Log;
import org.eclipse.jetty.util.log.Logger;
import org.junit.Assume;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
@Ignore
@RunWith(AdvancedRunner.class)
public class QueueBenchmarkTest
{