Issue #2628 Ignore test
Signed-off-by: Greg Wilkins <gregw@webtide.com>
This commit is contained in:
parent
8ffd5b5f65
commit
74fc3710ba
|
@ -38,6 +38,7 @@ import org.eclipse.jetty.toolchain.test.OS;
|
|||
import org.eclipse.jetty.util.IO;
|
||||
import org.hamcrest.Matchers;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
import org.junit.runners.Parameterized;
|
||||
|
@ -45,6 +46,7 @@ import org.junit.runners.Parameterized.Parameter;
|
|||
import org.junit.runners.Parameterized.Parameters;
|
||||
|
||||
@RunWith(Parameterized.class)
|
||||
@Ignore
|
||||
public class ResourceTest
|
||||
{
|
||||
private static final boolean DIR=true;
|
||||
|
|
Loading…
Reference in New Issue