Skip to content

Commit abe2ff4

Browse files
committed
Skip umfIpcTest.GetPoolByOpenedHandle test in compatibility testing
1 parent be3d31c commit abe2ff4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/reusable_compatibility.yml

Lines changed: 3 additions & 0 deletions
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:
@@ -207,5 +209,6 @@ jobs:
207209
working-directory: ${{github.workspace}}/tag_version/build
208210
run: |
209211
$env:UMF_LOG="level:warning;flush:debug;output:stderr;pid:no"
212+
$env:GTEST_FILTER="-*umfIpcTest.GetPoolByOpenedHandle*"
210213
cp ${{github.workspace}}/latest_version/build/bin/Debug/umf.dll ${{github.workspace}}/tag_version/build/bin/Debug/umf.dll
211214
ctest -C Debug --output-on-failure --test-dir test

0 commit comments

Comments
 (0)