Skip to content

Commit 07c9f17

Browse files
committed
test: add TODO for a test case that hangs at the moment
1 parent 20037fa commit 07c9f17

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

examples/test_sat_solver.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,3 +189,7 @@ def test_example_prime121() -> None:
189189
is_sat: bool = check_sat_file("prime121")
190190
assert(is_sat)
191191

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

0 commit comments

Comments
 (0)