Merged branch 'jetty-9.4.x' into 'master'.
This commit is contained in:
commit
f5dbab622e
|
@ -52,10 +52,12 @@ import org.eclipse.jetty.util.PathWatcher.PathWatchEventType;
|
||||||
import org.eclipse.jetty.util.log.Log;
|
import org.eclipse.jetty.util.log.Log;
|
||||||
import org.eclipse.jetty.util.log.Logger;
|
import org.eclipse.jetty.util.log.Logger;
|
||||||
import org.junit.Assume;
|
import org.junit.Assume;
|
||||||
|
import org.junit.Ignore;
|
||||||
import org.junit.Rule;
|
import org.junit.Rule;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
import org.junit.runner.RunWith;
|
import org.junit.runner.RunWith;
|
||||||
|
|
||||||
|
@Ignore
|
||||||
@RunWith(AdvancedRunner.class)
|
@RunWith(AdvancedRunner.class)
|
||||||
public class PathWatcherTest
|
public class PathWatcherTest
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue