diff --git a/ci/ci-win-test.ps1 b/ci/ci-win-test.ps1 index 7f4ad9e44..7baf9c5f3 100644 --- a/ci/ci-win-test.ps1 +++ b/ci/ci-win-test.ps1 @@ -19,7 +19,8 @@ cd build cmake .. cmake --build . --config Release -j 3 -Release/example.exe +# TODO put this back in, see issue# 5163 +# Release/example.exe cd .. Remove-Item -path build -recurse