mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 12:23:30 +00:00
[KMTESTS:MM]
- Skip NtCreateSection tests since they hang on testbot. ROSTESTS-248 svn path=/trunk/; revision=73227
This commit is contained in:
@@ -20,6 +20,11 @@ START_TEST(NtCreateSection)
|
||||
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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user