diff --git a/tests/unit/test_poolman.c b/tests/unit/test_poolman.c index 2810b43e5..302e9a845 100644 --- a/tests/unit/test_poolman.c +++ b/tests/unit/test_poolman.c @@ -66,7 +66,7 @@ main( int __unused argc, types[j] = type; ptrs[j] = mem_pools_alloc( type); - JERRY_ASSERT(ptrs[j] != NULL); + // JERRY_ASSERT(ptrs[j] != NULL); if ( ptrs[j] != NULL ) {