From 8d4daac7681a589606f29bb2beb644ee47ca97a1 Mon Sep 17 00:00:00 2001 From: Juan Lopez Fernandez Date: Mon, 25 Mar 2024 10:18:23 +0100 Subject: [PATCH] Empty XTSAN tests list Signed-off-by: Juan Lopez Fernandez --- .../test/blackbox/participants_creation/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/ddspipe_participants/test/blackbox/participants_creation/CMakeLists.txt b/ddspipe_participants/test/blackbox/participants_creation/CMakeLists.txt index 0be40f15..936df918 100644 --- a/ddspipe_participants/test/blackbox/participants_creation/CMakeLists.txt +++ b/ddspipe_participants/test/blackbox/participants_creation/CMakeLists.txt @@ -38,8 +38,6 @@ add_blackbox_executable( # TODO: use a cmake_utils macro set( XTSAN_TEST_LIST - "ParticipantsCreationgTest.creation_trivial" - "ParticipantsCreationgTest.ddspipe_all_creation_builtin_topic" ) foreach(XTSAN_TEST ${XTSAN_TEST_LIST})