diff --git "a/modules/rostests/kmtests/ntos_mm/MmReservedMapping.c" "b/modules/rostests/kmtests/ntos_mm/MmReservedMapping.c" index a8204b5a3c0..765a4fe1faa 100644 --- "a/modules/rostests/kmtests/ntos_mm/MmReservedMapping.c" +++ "b/modules/rostests/kmtests/ntos_mm/MmReservedMapping.c" @@ -314,6 +314,7 @@ START_TEST(MmReservedMapping) MmFreeMappingAddress(Mapping, 'MRmK'); } +#if 0 // The next two tests hang testbot after #7260 (0.4.16-dev-212-g83d74e7) /* PoolTag = 0 */ Mapping = MmAllocateMappingAddress(1, 0); ok(Mapping == NULL, "MmAllocateMappingAddress failed\n"); @@ -334,6 +335,7 @@ START_TEST(MmReservedMapping) MmFreeMappingAddress(Mapping, 1); } +#endif /* Free an unaligned address */ Mapping = MmAllocateMappingAddress(PAGE_SIZE, 'MRmK');