JUnit should ignore TestOptions
This commit is contained in:
parent
ddd756b276
commit
ebe5ad3ef2
@ -22,11 +22,13 @@
|
|||||||
*/
|
*/
|
||||||
package org.jboss.netty.util;
|
package org.jboss.netty.util;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author The Netty Project (netty-dev@lists.jboss.org)
|
* @author The Netty Project (netty-dev@lists.jboss.org)
|
||||||
* @author Trustin Lee (tlee@redhat.com)
|
* @author Trustin Lee (tlee@redhat.com)
|
||||||
* @version $Rev$, $Date$
|
* @version $Rev$, $Date$
|
||||||
*/
|
*/
|
||||||
|
@org.junit.Ignore
|
||||||
public final class TestOptions {
|
public final class TestOptions {
|
||||||
private static final boolean ENABLED;
|
private static final boolean ENABLED;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user