Ignore PathWatcherTest due to operating system differences

This commit is contained in:
Jan Bartel 2015-06-04 21:46:16 +10:00
parent 30e14fd256
commit a10142fdf5
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ import org.junit.Ignore;
import org.junit.Rule; import org.junit.Rule;
import org.junit.Test; import org.junit.Test;
//@Ignore("Disabled due to behavioral differences in various FileSystems (hard to write a single testcase that works in all scenarios)") @Ignore("Disabled due to behavioral differences in various FileSystems (hard to write a single testcase that works in all scenarios)")
public class PathWatcherTest public class PathWatcherTest
{ {
public static class PathWatchEventCapture implements PathWatcher.Listener public static class PathWatchEventCapture implements PathWatcher.Listener