summaryrefslogtreecommitdiff
path: root/test/unit/huge.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/huge.c')
-rw-r--r--test/unit/huge.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/unit/huge.c b/test/unit/huge.c
index ec64e500..53f6577b 100644
--- a/test/unit/huge.c
+++ b/test/unit/huge.c
@@ -82,6 +82,9 @@ TEST_BEGIN(huge_allocation) {
expect_u_gt(arena1, 0, "Huge allocation should not come from arena 0");
dallocx(ptr, 0);
+ test_skip_if(have_percpu_arena &&
+ PERCPU_ARENA_ENABLED(opt_percpu_arena));
+
ptr = mallocx(HUGE_SZ >> 1, 0);
expect_ptr_not_null(ptr, "Fail to allocate half huge size");
expect_d_eq(mallctl("arenas.lookup", &arena2, &sz, &ptr,