From 9f3c07601393e219cc5979f93fda57bf2d07dee7 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Tue, 21 Jul 2020 16:10:21 +0200 Subject: [PATCH 6/6] Disable ruby-rnp tests. --- src/tests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/CMakeLists.txt b/src/tests/CMakeLists.txt index 2f0a1c3f..1c82edbf 100644 --- a/src/tests/CMakeLists.txt +++ b/src/tests/CMakeLists.txt @@ -164,7 +164,7 @@ foreach(suite IN LISTS suitelist) endforeach() # cruby does not currently play nice with ASaN et al. -if (NOT ENABLE_SANITIZERS AND BUILD_SHARED_LIBS AND NOT WIN32) +if (NOT ENABLE_SANITIZERS AND BUILD_SHARED_LIBS AND NOT WIN32 AND IGNORE) include(ExternalProject) set(_sourcedir "${CMAKE_BINARY_DIR}/ruby-rnp") if (DEFINED ENV{RUBY_RNP_INSTALL}) -- 2.20.1