mirror of
https://github.com/reactos/reactos.git
synced 2025-04-06 05:34:22 +00:00
[KMTESTS:CC] Disable Cc tests that seem to hang TestWHS
This commit is contained in:
parent
c35e75897d
commit
3bf4ef6fec
1 changed files with 4 additions and 4 deletions
|
@ -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 },
|
||||
|
|
Loading…
Reference in a new issue