mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 02:25:17 +00:00
[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:
parent
634525fac4
commit
43ee5e7b98
1 changed files with 1 additions and 1 deletions
|
@ -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 },
|
||||
|
|
Loading…
Reference in a new issue