[KMTESTS:MM]

- Skip NtCreateSection tests since they hang on testbot.
ROSTESTS-248

svn path=/trunk/; revision=73227
This commit is contained in:
Thomas Faber 2016-11-13 16:42:16 +00:00
parent 5c2f126896
commit a9805facab

View file

@ -20,6 +20,11 @@ START_TEST(NtCreateSection)
UNICODE_STRING InitOnRW = RTL_CONSTANT_STRING(L"\\Device\\Kmtest-NtCreateSection\\InitOnRW"); UNICODE_STRING InitOnRW = RTL_CONSTANT_STRING(L"\\Device\\Kmtest-NtCreateSection\\InitOnRW");
UNICODE_STRING InvalidInit = RTL_CONSTANT_STRING(L"\\Device\\Kmtest-NtCreateSection\\InvalidInit"); UNICODE_STRING InvalidInit = RTL_CONSTANT_STRING(L"\\Device\\Kmtest-NtCreateSection\\InvalidInit");
if (skip(0, "ROSTESTS-248: skipping kmtest:NtCreateSection because it hangs on testbot\n"))
{
return;
}
KmtLoadDriver(L"NtCreateSection", FALSE); KmtLoadDriver(L"NtCreateSection", FALSE);
KmtOpenDriver(); KmtOpenDriver();