mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
[KMTESTS:MM]
Thanks to r73325, these tests don't deadlock anymore on ReactOS. Enable them again (aka, revert r73227). ROSTESTS-248 svn path=/trunk/; revision=73326
This commit is contained in:
parent
d3a5befca6
commit
49691778cd
1 changed files with 1 additions and 6 deletions
|
@ -19,12 +19,7 @@ START_TEST(NtCreateSection)
|
|||
UNICODE_STRING InitOnCreate = RTL_CONSTANT_STRING(L"\\Device\\Kmtest-NtCreateSection\\InitOnCreate");
|
||||
UNICODE_STRING InitOnRW = RTL_CONSTANT_STRING(L"\\Device\\Kmtest-NtCreateSection\\InitOnRW");
|
||||
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);
|
||||
KmtOpenDriver();
|
||||
|
||||
|
|
Loading…
Reference in a new issue