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();