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:
107
107
108
108
- name : Run "tag" UMF tests with latest UMF libs (warnings enabled)
109
109
working-directory : ${{github.workspace}}/tag_version/build
110
+ # GTEST_FILTER is used below to skip test that is not compatible
110
111
run : >
111
112
UMF_LOG="level:warning;flush:debug;output:stderr;pid:no"
112
113
LD_LIBRARY_PATH=${{github.workspace}}/latest_version/build/lib/
114
+ GTEST_FILTER="-*umfIpcTest.GetPoolByOpenedHandle*"
113
115
ctest --output-on-failure
114
116
115
117
windows-build :
@@ -207,5 +209,6 @@ jobs:
207
209
working-directory : ${{github.workspace}}/tag_version/build
208
210
run : |
209
211
$env:UMF_LOG="level:warning;flush:debug;output:stderr;pid:no"
212
+ $env:GTEST_FILTER="-*umfIpcTest.GetPoolByOpenedHandle*"
210
213
cp ${{github.workspace}}/latest_version/build/bin/Debug/umf.dll ${{github.workspace}}/tag_version/build/bin/Debug/umf.dll
211
214
ctest -C Debug --output-on-failure --test-dir test
You can’t perform that action at this time.
0 commit comments