Skip to content

Commit

Permalink
Merge pull request #645 from robotology/toleratesomefailures
Browse files Browse the repository at this point in the history
Use ctest --repeat --until-pass:5 to tolerate some test failures
  • Loading branch information
traversaro authored Jan 30, 2023
2 parents 6e2b379 + 760a6ba commit 34c08b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,7 @@ jobs:
shell: bash
run: |
cd build
# Workaround for https://github.com/robotology/gazebo-yarp-plugins/issues/536
ctest --output-on-failure -C ${{ matrix.build_type }} -E "ControlBoardControlTest" .
ctest --repeat until-pass:5 --output-on-failure -C ${{ matrix.build_type }} .
- name: Install [Ubuntu]
if: contains(matrix.os, 'ubuntu')
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conda-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,5 @@ jobs:
shell: bash -l {0}
run: |
cd build
ctest --output-on-failure -C ${{ matrix.build_type }}
ctest --repeat until-pass:5 --output-on-failure -C ${{ matrix.build_type }}

0 comments on commit 34c08b6

Please sign in to comment.