Author: tfaber
Date: Sun Nov 13 16:42:16 2016
New Revision: 73227
URL:
http://svn.reactos.org/svn/reactos?rev=73227&view=rev
Log:
[KMTESTS:MM]
- Skip NtCreateSection tests since they hang on testbot.
ROSTESTS-248
Modified:
trunk/rostests/kmtests/ntos_mm/NtCreateSection_user.c
Modified: trunk/rostests/kmtests/ntos_mm/NtCreateSection_user.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/kmtests/ntos_mm/NtCreateS…
==============================================================================
--- trunk/rostests/kmtests/ntos_mm/NtCreateSection_user.c [iso-8859-1] (original)
+++ trunk/rostests/kmtests/ntos_mm/NtCreateSection_user.c [iso-8859-1] Sun Nov 13 16:42:16
2016
@@ -20,6 +20,11 @@
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();