[KMTESTS:CC] Disable Cc tests that seem to hang TestWHS

This commit is contained in:
Mark Jansen 2023-02-02 15:38:48 +01:00 committed by Timo Kreuzer
parent c35e75897d
commit 3bf4ef6fec

View file

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