From 3bf4ef6fecad411822a5ed3b4e5b73ebe513cfd2 Mon Sep 17 00:00:00 2001 From: Mark Jansen Date: Thu, 2 Feb 2023 15:38:48 +0100 Subject: [PATCH] [KMTESTS:CC] Disable Cc tests that seem to hang TestWHS --- modules/rostests/kmtests/kmtest/testlist.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/rostests/kmtests/kmtest/testlist.c b/modules/rostests/kmtests/kmtest/testlist.c index a08bd0fbbaa..5461e2ffe37 100644 --- a/modules/rostests/kmtests/kmtest/testlist.c +++ b/modules/rostests/kmtests/kmtest/testlist.c @@ -42,10 +42,10 @@ const KMT_TEST TestList[] = { { "-CcCopyRead", Test_CcCopyRead }, // TODO: Crashes on TestWHS { "-CcCopyWrite", Test_CcCopyWrite }, // TODO: Crashes on TestWHS - { "CcMapData", Test_CcMapData }, - { "CcPinMappedData", Test_CcPinMappedData }, - { "CcPinRead", Test_CcPinRead }, - { "CcSetFileSizes", Test_CcSetFileSizes }, + { "-CcMapData", Test_CcMapData }, + { "-CcPinMappedData", Test_CcPinMappedData }, + { "-CcPinRead", Test_CcPinRead }, + { "-CcSetFileSizes", Test_CcSetFileSizes }, { "-Example", Test_Example }, { "FileAttributes", Test_FileAttributes }, { "FindFile", Test_FindFile },