[NTOSKRNL]

Disable FsRtlMcb for the moment, as they crash, don't provide any useful and prevent the VBox testbot to properly run 

svn path=/trunk/; revision=58858
This commit is contained in:
Pierre Schweitzer 2013-04-26 06:47:42 +00:00
parent 634525fac4
commit 43ee5e7b98

View file

@ -62,7 +62,7 @@ const KMT_TEST TestList[] =
{ "-ExTimer", Test_ExTimer },
{ "Example", Test_Example },
{ "FsRtlExpression", Test_FsRtlExpression },
{ "FsRtlMcb", Test_FsRtlMcb },
// { "FsRtlMcb", Test_FsRtlMcb },
{ "IoDeviceInterface", Test_IoDeviceInterface },
{ "IoEvent", Test_IoEvent },
{ "IoInterrupt", Test_IoInterrupt },