Skip to content

Commit 7f102c4

Browse files
committed
[CI] Disable mempolicy test in compatibility tests
1 parent 38b5bcc commit 7f102c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable_compatibility.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
run: >
111111
UMF_LOG="level:warning;flush:debug;output:stderr;pid:no"
112112
LD_LIBRARY_PATH=${{github.workspace}}/latest_version/build/lib/
113-
ctest --output-on-failure
113+
ctest --output-on-failure -E "umf-mempolicy"
114114
115115
windows-build:
116116
name: Windows

0 commit comments

Comments
 (0)