From ef9668b31f6d716375296c00c2209e21691d5925 Mon Sep 17 00:00:00 2001 From: YusefSyed <211442445+YusefSyed@users.noreply.github.com> Date: Fri, 4 Sep 2026 21:35:23 -0400 Subject: [PATCH] Isolate CPU-time GC test from RSS diagnostics --- distributed/tests/test_gc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distributed/tests/test_gc.py b/distributed/tests/test_gc.py index b38795579d..8576206670 100644 --- a/distributed/tests/test_gc.py +++ b/distributed/tests/test_gc.py @@ -91,7 +91,7 @@ def enable_gc_diagnosis_and_log(diag, level="INFO"): # @pytest.mark.slow def test_gc_diagnosis_cpu_time(): - diag = GCDiagnosis(info_over_frac=0.75) + diag = GCDiagnosis(info_over_frac=0.75, info_over_rss_win=float("inf")) diag.N_SAMPLES = 3 # shorten tests with enable_gc_diagnosis_and_log(diag, level="INFO") as sio: