Skip to content

Commit 76f6dc5

Browse files
committed
disable doctest that exposes #833.
1 parent e95b848 commit 76f6dc5

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

src/sage/interfaces/tests.py

+9-4
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,17 @@
1717
4
1818
sage: parent(a)
1919
Maxima
20-
sage: a = 2 * singular('2'); a
21-
4
22-
sage: parent(a)
23-
Singular
2420
"""
2521

22+
#
23+
# THIS IS BROKEN (2007-10-04):
24+
#
25+
#sage: a = 2 * singular('2'); a # seg faults
26+
#4
27+
#sage: parent(a)
28+
#Singular
29+
#
30+
2631

2732
from all import *
2833
from sage.misc.misc import cputime, walltime

0 commit comments

Comments
 (0)