From 661f7e90c42ce1f78cde08180b5d321b1820aaba Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Thu, 11 Feb 2021 14:22:44 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d9dca4f97..272f1d3dc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -115,7 +115,8 @@ jobs: shell: bash run: | cd build - ctest --output-on-failure -C ${{ matrix.build_type }} . + # Workaround for https://github.com/robotology/gazebo-yarp-plugins/issues/536 + ctest --output-on-failure -C ${{ matrix.build_type }} -E "ControlBoardControlTest" . - name: Install [Ubuntu/macOS] if: contains(matrix.os, 'ubuntu') || matrix.os == 'macOS-latest'