[KMTESTS:FLTMGR] Hide FltMgrLoad and FltMgrReg

And add "// TODO: WIP/untested/crashes."

ROSTESTS-299
This commit is contained in:
Serge Gautherie 2018-09-01 17:50:23 +02:00 committed by Ged Murphy
parent 25f4ed75a0
commit 7e95aebfda

View file

@ -42,8 +42,8 @@ const KMT_TEST TestList[] =
{ "-Example", Test_Example },
{ "FileAttributes", Test_FileAttributes },
{ "FindFile", Test_FindFile },
{ "FltMgrLoad", Test_FltMgrLoad },
{ "FltMgrReg", Test_FltMgrReg },
{ "-FltMgrLoad", Test_FltMgrLoad }, // TODO: WIP/untested/crashes.
{ "-FltMgrReg", Test_FltMgrReg }, // TODO: WIP/untested/crashes.
{ "HidPDescription", Test_HidPDescription },
{ "IoCreateFile", Test_IoCreateFile },
{ "IoDeviceObject", Test_IoDeviceObject },