From a9805facabb3e93be5585b8d3a9907ca0f276b87 Mon Sep 17 00:00:00 2001 From: Thomas Faber Date: Sun, 13 Nov 2016 16:42:16 +0000 Subject: [PATCH] [KMTESTS:MM] - Skip NtCreateSection tests since they hang on testbot. ROSTESTS-248 svn path=/trunk/; revision=73227 --- rostests/kmtests/ntos_mm/NtCreateSection_user.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/rostests/kmtests/ntos_mm/NtCreateSection_user.c b/rostests/kmtests/ntos_mm/NtCreateSection_user.c index 54797d1dd80..c24bbba6f44 100644 --- a/rostests/kmtests/ntos_mm/NtCreateSection_user.c +++ b/rostests/kmtests/ntos_mm/NtCreateSection_user.c @@ -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();