Skip to content

Commit

Permalink
exclude RadhydroPulseMG on debug
Browse files Browse the repository at this point in the history
  • Loading branch information
chongchonghe committed Feb 2, 2024
1 parent 47f3327 commit 4bf405d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/azure-pipelines-aarch64-debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- task: CMake@1
displayName: 'Run CTest'
inputs:
cmakeArgs: '-E chdir . ctest -j 2 -T Test --output-on-failure'
cmakeArgs: '-E chdir . ctest -j 2 -T Test -E "RadhydroPulseMG*" --output-on-failure'

- task: PublishTestResults@2
inputs:
Expand Down

0 comments on commit 4bf405d

Please sign in to comment.