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") )