mirror of
https://github.com/reactos/reactos.git
synced 2025-05-18 16:51:18 +00:00
[KMTESTS:MM]
- Skip NtCreateSection tests since they hang on testbot. ROSTESTS-248 svn path=/trunk/; revision=73227
This commit is contained in:
parent
5c2f126896
commit
a9805facab
1 changed files with 5 additions and 0 deletions
|
@ -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();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue