Skip to content

Commit 57ba87e

Browse files
committed
Disable move/rename test (temporarily)
1 parent 8161950 commit 57ba87e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/java/engineering/swat/watch/SmokeTests.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
import org.junit.jupiter.api.AfterEach;
3939
import org.junit.jupiter.api.BeforeAll;
4040
import org.junit.jupiter.api.BeforeEach;
41+
import org.junit.jupiter.api.Disabled;
4142
import org.junit.jupiter.api.Test;
4243

4344

@@ -114,6 +115,7 @@ void watchSingleFile() throws IOException {
114115
}
115116

116117
@Test
118+
@Disabled
117119
void moveRegularFileBetweenNestedDirectories() throws IOException {
118120
var parent = testDir.getTestDirectory();
119121
var child1 = Files.createDirectories(parent.resolve("from"));

0 commit comments

Comments
 (0)