Skip to content

Commit 347c808

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 4a2136e commit 347c808

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/reusable_proxy_lib.yml

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

62+
# TODO enable the provider_file_memory_ipc test when the IPC tests with the proxy library are fixed
63+
# see the issue: https://github.com/oneapi-src/unified-memory-framework/issues/864
6264
- name: Run "ctest --output-on-failure" with proxy library
6365
working-directory: ${{env.BUILD_DIR}}
64-
run: LD_PRELOAD=./lib/libumf_proxy.so ctest --output-on-failure
66+
run: LD_PRELOAD=./lib/libumf_proxy.so ctest --output-on-failure -E provider_file_memory_ipc
6567

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

0 commit comments

Comments
 (0)