We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8161950 commit 57ba87eCopy full SHA for 57ba87e
src/test/java/engineering/swat/watch/SmokeTests.java
@@ -38,6 +38,7 @@
38
import org.junit.jupiter.api.AfterEach;
39
import org.junit.jupiter.api.BeforeAll;
40
import org.junit.jupiter.api.BeforeEach;
41
+import org.junit.jupiter.api.Disabled;
42
import org.junit.jupiter.api.Test;
43
44
@@ -114,6 +115,7 @@ void watchSingleFile() throws IOException {
114
115
}
116
117
@Test
118
+ @Disabled
119
void moveRegularFileBetweenNestedDirectories() throws IOException {
120
var parent = testDir.getTestDirectory();
121
var child1 = Files.createDirectories(parent.resolve("from"));
0 commit comments