Skip to content

Commit 0b348a4

Browse files
author
Matthias Koeppe
committed
BooleanPolynomialRing: Disable another failing TestSuite test
1 parent 05d9cda commit 0b348a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/rings/polynomial/pbori/pbori.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ cdef class BooleanPolynomialRing(MPolynomialRing_base):
307307
True
308308
sage: x2 > x3
309309
True
310-
sage: TestSuite(P).run(skip="_test_zero_divisors")
310+
sage: TestSuite(P).run(skip=["_test_zero_divisors", "_test_elements"])
311311
312312
Boolean polynomial rings are unique parent structures. We
313313
thus have::

0 commit comments

Comments
 (0)