From 4cd60cbf9afb4ce609ae26a67cddc2e9a679ff97 Mon Sep 17 00:00:00 2001 From: Taegyun Kim Date: Wed, 14 May 2025 14:24:48 -0400 Subject: [PATCH] chore(profiling): enable memalloc large heap test --- tests/profiling_v2/collector/test_memalloc.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/profiling_v2/collector/test_memalloc.py b/tests/profiling_v2/collector/test_memalloc.py index cbf75de3483..711cde4b1f6 100644 --- a/tests/profiling_v2/collector/test_memalloc.py +++ b/tests/profiling_v2/collector/test_memalloc.py @@ -134,7 +134,6 @@ def alloc(): assert "No samples found" in str(e) -@pytest.mark.skip(reason="too slow") @pytest.mark.subprocess( env=dict(DD_PROFILING_HEAP_SAMPLE_SIZE="8", DD_PROFILING_OUTPUT_PPROF="/tmp/test_heap_profiler_large_heap_overhead") )