diff --git a/tools/run-tests.bat b/tools/run-tests.bat index fa3b0a4c..ff8ebc4e 100755 --- a/tools/run-tests.bat +++ b/tools/run-tests.bat @@ -847,14 +847,14 @@ exit /b !IfsTestExit! :sample-ntptfs-x64 call :__run_sample_ntptfs_test ntptfs x64 ntptfs-x64 ^ "%ProjRoot%\build\VStudio\build\%Configuration%\winfsp-tests-x64.exe" ^ - "--external --resilient +* -rename_flipflop_test -rename_mmap_test -exec_rename_dir_test -stream_rename_flipflop_test" + "--external --resilient +* -rename_flipflop_test -exec_rename_dir_test -stream_rename_flipflop_test" if !ERRORLEVEL! neq 0 goto fail exit /b 0 :sample-ntptfs-x86 call :__run_sample_ntptfs_test ntptfs x86 ntptfs-x86 ^ "%ProjRoot%\build\VStudio\build\%Configuration%\winfsp-tests-x86.exe" ^ - "--external --resilient +* -rename_flipflop_test -rename_mmap_test -exec_rename_dir_test -stream_rename_flipflop_test" + "--external --resilient +* -rename_flipflop_test -exec_rename_dir_test -stream_rename_flipflop_test" if !ERRORLEVEL! neq 0 goto fail exit /b 0