Skip to content

Commit 11c7f6d

Browse files
committed
Skip umfIpcTest.GetPoolByOpenedHandle test in compatibility testing
1 parent 8cde390 commit 11c7f6d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/reusable_compatibility.yml

+3
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,11 @@ jobs:
106106
107107
- name: Run "tag" UMF tests with latest UMF libs (warnings enabled)
108108
working-directory: ${{github.workspace}}/tag_version/build
109+
# GTEST_FILTER is used below to skip test that is not compatible
109110
run: >
110111
UMF_LOG="level:warning;flush:debug;output:stderr;pid:no"
111112
LD_LIBRARY_PATH=${{github.workspace}}/latest_version/build/lib/
113+
GTEST_FILTER="-*umfIpcTest.GetPoolByOpenedHandle*"
112114
ctest --output-on-failure
113115
114116
windows-build:
@@ -205,5 +207,6 @@ jobs:
205207
working-directory: ${{github.workspace}}/tag_version/build
206208
run: |
207209
$env:UMF_LOG="level:warning;flush:debug;output:stderr;pid:no"
210+
$env:GTEST_FILTER="-*umfIpcTest.GetPoolByOpenedHandle*"
208211
cp ${{github.workspace}}/latest_version/build/bin/Debug/umf.dll ${{github.workspace}}/tag_version/build/bin/Debug/umf.dll
209212
ctest -C Debug --output-on-failure --test-dir test

0 commit comments

Comments
 (0)