Disable test_GetLongPathNameW() in kernel32:path test for now.
[reactos.git] / rostests / winetests / kernel32 / path.c
index 8232fdf..c418ef2 100755 (executable)
@@ -1601,7 +1601,8 @@ START_TEST(path)
     test_CleanupPathA(origdir,curdir);
     test_GetTempPath();
     test_GetLongPathNameA();
-    test_GetLongPathNameW();
+    skip("skipping test_GetLongPathNameW(), bug 5370\n");
+    //test_GetLongPathNameW();
     test_GetShortPathNameW();
     test_GetSystemDirectory();
     test_GetWindowsDirectory();