We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ba3269 commit af4ceddCopy full SHA for af4cedd
.github/workflows/reusable_compatibility.yml
@@ -107,9 +107,11 @@ jobs:
107
108
- name: Run "tag" UMF tests with latest UMF libs (warnings enabled)
109
working-directory: ${{github.workspace}}/tag_version/build
110
+ # GTEST_FILTER is used below to skip test that is not compatible
111
run: >
112
UMF_LOG="level:warning;flush:debug;output:stderr;pid:no"
113
LD_LIBRARY_PATH=${{github.workspace}}/latest_version/build/lib/
114
+ GTEST_FILTER="-*umfIpcTest.GetPoolByOpenedHandle*"
115
ctest --output-on-failure
116
117
windows-build:
0 commit comments