Skip to content

Commit fdde07d

Browse files
committed
test: comment out test case that hangs
1 parent 07c9f17 commit fdde07d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/test_sat_solver.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,6 @@ def test_example_prime121() -> None:
190190
assert(is_sat)
191191

192192
# TODO: the following hangs.
193-
def test_example_prime289() -> None:
194-
is_sat: bool = check_sat_file("prime289")
195-
assert(is_sat)
193+
# def test_example_prime289() -> None:
194+
# is_sat: bool = check_sat_file("prime289")
195+
# assert(is_sat)

0 commit comments

Comments
 (0)