Skip to content

Commit 6cbf5c4

Browse files
author
Adam
committed
Disable umf-provider_os_memory for sanitizers tests
1 parent 377f6fa commit 6cbf5c4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/sanitizers.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,9 @@ jobs:
6868
working-directory: ${{env.BUILD_DIR}}
6969
run: >
7070
${{ matrix.compiler.cxx == 'icpx' && '. /opt/intel/oneapi/setvars.sh &&' || ''}}
71-
ctest --output-on-failure
71+
ctest --output-on-failure -E "umf-provider_os_memory$"
72+
# TO DO: fix umf-provider_os_memory test for sanitizers
73+
# issue 581: https://github.com/oneapi-src/unified-memory-framework/issues/581
7274

7375
windows-build:
7476
name: cl and clang-cl on Windows

0 commit comments

Comments
 (0)