File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments