Skip to content

Commit c9cf020

Browse files
committed
Update ci.yml
1 parent a8eaa0f commit c9cf020

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,8 @@ jobs:
117117
shell: bash
118118
run: |
119119
cd build
120-
ctest --output-on-failure -C ${{ matrix.build_type }} .
120+
# Workaround for https://github.com/robotology/gazebo-yarp-plugins/issues/536
121+
ctest --output-on-failure -C ${{ matrix.build_type }} -E "ControlBoardControlTest" .
121122
122123
- name: Install [Ubuntu/macOS]
123124
if: contains(matrix.os, 'ubuntu') || matrix.os == 'macOS-latest'

0 commit comments

Comments
 (0)