From f29308f4a5c871fead8fe71f748e7ccdb73ce0e2 Mon Sep 17 00:00:00 2001 From: Oguz Ulgen Date: Mon, 3 Nov 2025 22:21:25 -0800 Subject: [PATCH] Update test_debug_utils.py --- test/test_debug_utils.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/test_debug_utils.py b/test/test_debug_utils.py index 8beb227e3..b6e243f1d 100644 --- a/test/test_debug_utils.py +++ b/test/test_debug_utils.py @@ -13,6 +13,7 @@ from helion._testing import DEVICE from helion._testing import RefEagerTestDisabled from helion._testing import TestCase +from helion._testing import skipIfCpu import helion.language as hl @@ -122,6 +123,7 @@ def test_print_repro_env_var(self): linecache.cache.pop(filename, None) + @skipIfCpu("debug") def test_print_repro_on_autotune_error(self): """Ensure HELION_PRINT_REPRO=1 prints repro when configs fail during autotuning.