From 43ee5e7b9818daeb022c567171ea7d1e0c4ad9e6 Mon Sep 17 00:00:00 2001 From: Pierre Schweitzer Date: Fri, 26 Apr 2013 06:47:42 +0000 Subject: [PATCH] [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 --- rostests/kmtests/kmtest_drv/testlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rostests/kmtests/kmtest_drv/testlist.c b/rostests/kmtests/kmtest_drv/testlist.c index 9b3846f785f..9c0cf08b96c 100644 --- a/rostests/kmtests/kmtest_drv/testlist.c +++ b/rostests/kmtests/kmtest_drv/testlist.c @@ -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 },