[KMTESTS:CC] Disable broken CcCopyRead / CcCopyWrite

This commit is contained in:
Mark Jansen 2023-02-01 21:00:22 +01:00
parent 9d19f8bf65
commit 83f076918a
No known key found for this signature in database
GPG key ID: B39240EE84BEAE8B

View file

@ -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 },