This is an automated email from the ASF dual-hosted git repository.

rkieley pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-proton.git

commit e4c179855fef161e656ba5ab422c1c24a2df9ded
Author: Roddie Kieley <[email protected]>
AuthorDate: Fri Dec 18 12:02:57 2020 -0330

    NO-JIRA: github actions CI for macOS disabled threaderciser test due to 
PROTON-2231.
---
 .github/workflows/build.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 9fe50de..91f9052 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -17,6 +17,7 @@ jobs:
         - os: macOS-latest
           pkg_config_path: '/usr/local/opt/[email protected]/lib/pkgconfig'
           cmake_extra: '-DBUILD_RUBY=no -DTHREADERCISER=ON'
+          ctest_extra: '--exclude-regex c-threaderciser'
     env:
       BuildType: ${{matrix.buildType}}
       BuildDir: ${{github.workspace}}/BLD
@@ -79,7 +80,7 @@ jobs:
     - id: ctest
       name: ctest
       working-directory: ${{env.BuildDir}}
-      run: ctest -C ${BuildType} -V -T Test --no-compress-output
+      run: ctest -C ${BuildType} -V -T Test --no-compress-output 
${{matrix.ctest_extra}}
       shell: bash
     - name: Upload Test results
       if: always() && (steps.ctest.outcome == 'failure' || steps.ctest.outcome 
== 'success')


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to