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 @@ -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
You can’t perform that action at this time.
0 commit comments