Skip to content

Commit 7ab4ef3

Browse files
committed
Disable the provider_file_memory_ipc test with the proxy library
Disable the provider_file_memory_ipc test with the proxy library, because the IPC tests do not work with the proxy library. Ref: #864 Signed-off-by: Lukasz Dorau <[email protected]>
1 parent aada873 commit 7ab4ef3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/reusable_proxy_lib.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,10 @@ jobs:
5959
- name: Build UMF
6060
run: cmake --build ${{env.BUILD_DIR}} -j $(nproc)
6161

62+
# TODO enable the provider_file_memory_ipc test
6263
- name: Run "ctest --output-on-failure" with proxy library
6364
working-directory: ${{env.BUILD_DIR}}
64-
run: LD_PRELOAD=./lib/libumf_proxy.so ctest --output-on-failure
65+
run: LD_PRELOAD=./lib/libumf_proxy.so ctest --output-on-failure -E provider_file_memory_ipc
6566

6667
- name: Run "./test/umf_test-memoryPool" with proxy library
6768
working-directory: ${{env.BUILD_DIR}}

0 commit comments

Comments
 (0)