Skip to content

Commit af4cedd

Browse files
committed
Skip umfIpcTest.GetPoolByOpenedHandle test in compatibility testing
1 parent 5ba3269 commit af4cedd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/reusable_compatibility.yml

+2
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,11 @@ jobs:
107107
108108
- name: Run "tag" UMF tests with latest UMF libs (warnings enabled)
109109
working-directory: ${{github.workspace}}/tag_version/build
110+
# GTEST_FILTER is used below to skip test that is not compatible
110111
run: >
111112
UMF_LOG="level:warning;flush:debug;output:stderr;pid:no"
112113
LD_LIBRARY_PATH=${{github.workspace}}/latest_version/build/lib/
114+
GTEST_FILTER="-*umfIpcTest.GetPoolByOpenedHandle*"
113115
ctest --output-on-failure
114116
115117
windows-build:

0 commit comments

Comments
 (0)