From 16dda810b005f02542b8c17c48a69016a5cfaa2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Plewa?= Date: Mon, 12 Aug 2024 15:36:27 +0200 Subject: [PATCH] disable umf_standalone_examples test ref: #674 --- test/CMakeLists.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 59c76fe310..11a622f38e 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -391,7 +391,13 @@ endif() # Tests of examples as standalone projects. TODO: enable this for Windows (maybe # replace test_examples.sh with CMake script?) -if(LINUX +# +# XXX: This test is disabled as it is broken - it can silently install the +# library without user consent, or it fails if there is no permission to do it. +# https://github.com/oneapi-src/unified-memory-framework/issues/674 +# +if(FALSE + AND LINUX AND UMF_BUILD_SHARED_LIBRARY AND NOT (UMF_USE_ASAN