Skip to content

Commit b3011a6

Browse files
authored
Update test_debug_utils.py (#1077)
1 parent 20ae681 commit b3011a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/test_debug_utils.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
from helion._testing import DEVICE
1414
from helion._testing import RefEagerTestDisabled
1515
from helion._testing import TestCase
16+
from helion._testing import skipIfCpu
1617
import helion.language as hl
1718

1819

@@ -122,6 +123,7 @@ def test_print_repro_env_var(self):
122123

123124
linecache.cache.pop(filename, None)
124125

126+
@skipIfCpu("debug")
125127
def test_print_repro_on_autotune_error(self):
126128
"""Ensure HELION_PRINT_REPRO=1 prints repro when configs fail during autotuning.
127129

0 commit comments

Comments
 (0)