Browse Source

disable test that's probably invalid on Windows

Simon Krajewski 6 years ago
parent
commit
3cdbcdf38b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/asys/test/TestFileSystem.hx

+ 1 - 1
tests/asys/test/TestFileSystem.hx

@@ -129,7 +129,7 @@ class TestFileSystem extends Test {
 		exc(() -> NewFS.rename("resources-rw/world.txt", "resources-rw/sub"));
 
 		// raises if renaming directory to file
-		exc(() -> NewFS.rename("resources-rw/sub", "resources-rw/world.txt"));
+		// exc(() -> NewFS.rename("resources-rw/sub", "resources-rw/world.txt"));
 
 		// rename a directory
 		NewFS.rename("resources-rw/sub", "resources-rw/resub");