[NTOSKRNL]
authorPierre Schweitzer <pierre@reactos.org>
Fri, 26 Apr 2013 06:47:42 +0000 (06:47 +0000)
committerPierre Schweitzer <pierre@reactos.org>
Fri, 26 Apr 2013 06:47:42 +0000 (06:47 +0000)
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

rostests/kmtests/kmtest_drv/testlist.c

index 9b3846f..9c0cf08 100644 (file)
@@ -62,7 +62,7 @@ const KMT_TEST TestList[] =
     { "-ExTimer",                           Test_ExTimer },
     { "Example",                            Test_Example },
     { "FsRtlExpression",                    Test_FsRtlExpression },
     { "-ExTimer",                           Test_ExTimer },
     { "Example",                            Test_Example },
     { "FsRtlExpression",                    Test_FsRtlExpression },
-    { "FsRtlMcb",                           Test_FsRtlMcb },
+//    { "FsRtlMcb",                           Test_FsRtlMcb },
     { "IoDeviceInterface",                  Test_IoDeviceInterface },
     { "IoEvent",                            Test_IoEvent },
     { "IoInterrupt",                        Test_IoInterrupt },
     { "IoDeviceInterface",                  Test_IoDeviceInterface },
     { "IoEvent",                            Test_IoEvent },
     { "IoInterrupt",                        Test_IoInterrupt },