diff --git a/.ci/windows-steps.yaml b/.ci/windows-steps.yaml index 4cab8bc84c..069c6c5b46 100644 --- a/.ci/windows-steps.yaml +++ b/.ci/windows-steps.yaml @@ -90,13 +90,6 @@ steps: cp $(Agent.ToolsDirectory)\OpenBLAS.0.2.14.1\lib\native\bin\x64\*.* build\Release\ displayName: 'Configure mlpack' -# Run tests -- bash: | - cd build - ls - Release/mlpack_test.exe --result_code=no --report_level=detailed --log_level=test_suite --log_format=HRF --log_sink=res.txt - displayName: 'Run tests' - # Run tests via ctest. - bash: | cd build