From 83f076918a1d109841f2501721c9c1b837407fa0 Mon Sep 17 00:00:00 2001 From: Mark Jansen Date: Wed, 1 Feb 2023 21:00:22 +0100 Subject: [PATCH] [KMTESTS:CC] Disable broken CcCopyRead / CcCopyWrite --- modules/rostests/kmtests/kmtest/testlist.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/rostests/kmtests/kmtest/testlist.c b/modules/rostests/kmtests/kmtest/testlist.c index b71d1ba2e2c..a08bd0fbbaa 100644 --- a/modules/rostests/kmtests/kmtest/testlist.c +++ b/modules/rostests/kmtests/kmtest/testlist.c @@ -40,8 +40,8 @@ KMT_TESTFUNC Test_TcpIpConnect; /* tests with a leading '-' will not be listed */ const KMT_TEST TestList[] = { - { "CcCopyRead", Test_CcCopyRead }, - { "CcCopyWrite", Test_CcCopyWrite }, + { "-CcCopyRead", Test_CcCopyRead }, // TODO: Crashes on TestWHS + { "-CcCopyWrite", Test_CcCopyWrite }, // TODO: Crashes on TestWHS { "CcMapData", Test_CcMapData }, { "CcPinMappedData", Test_CcPinMappedData }, { "CcPinRead", Test_CcPinRead },