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 9494
9595 - name : Run "tag" UMF tests with latest UMF libs (warnings enabled)
9696 working-directory : ${{github.workspace}}/tag_version/build
97+ # GTEST_FILTER is used below to skip test that is not compatible
9798 run : >
9899 UMF_LOG="level:warning;flush:debug;output:stderr;pid:no"
99100 LD_LIBRARY_PATH=${{github.workspace}}/latest_version/build/lib/
101+ GTEST_FILTER="-*umfIpcTest.GetPoolByOpenedHandle*"
100102 ctest --verbose
101103
102104 windows :
@@ -181,6 +183,7 @@ jobs:
181183 working-directory : ${{github.workspace}}/tag_version/build
182184 run : |
183185 $env:UMF_LOG="level:warning;flush:debug;output:stderr;pid:no"
186+ $env:GTEST_FILTER="-*umfIpcTest.GetPoolByOpenedHandle*"
184187 cp ${{github.workspace}}/latest_version/build/bin/Debug/umf.dll ${{github.workspace}}/tag_version/build/bin/Debug/umf.dll
185188 ctest -C Debug --verbose
186189
You can’t perform that action at this time.
0 commit comments