Skip to content

Commit b074c9e

Browse files
authored
[CI] Skip TestBreakpoint in ref-eager CI job (#1141)
1 parent 4bfc2bc commit b074c9e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/test_breakpoint.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,15 @@
1414
import helion
1515
from helion import exc
1616
from helion._testing import DEVICE
17+
from helion._testing import RefEagerTestDisabled
1718
from helion._testing import TestCase
1819
import helion.language as hl
1920

2021
if TYPE_CHECKING:
2122
from helion.runtime.kernel import Kernel
2223

2324

24-
class TestBreakpoint(TestCase):
25+
class TestBreakpoint(RefEagerTestDisabled, TestCase):
2526
@staticmethod
2627
@contextmanager
2728
def _auto_resume_breakpoint() -> None:

0 commit comments

Comments
 (0)