Skip to content

Commit 862a55a

Browse files
KFilipeklplewa
authored andcommitted
[CI] Disable mempolicy test in compatibility tests
1 parent d43a39d commit 862a55a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable_compatibility.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
run: >
110110
UMF_LOG="level:warning;flush:debug;output:stderr;pid:no"
111111
LD_LIBRARY_PATH=${{github.workspace}}/latest_version/build/lib/
112-
ctest --output-on-failure
112+
ctest --output-on-failure -E "umf-mempolicy" # disable tests that rely on internal structures
113113
114114
windows-build:
115115
name: Windows

0 commit comments

Comments
 (0)