Skip to content

Commit a850ba9

Browse files
committed
disable test_polys
1 parent 1a7ab4f commit a850ba9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/flint/test/test_all.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1916,7 +1916,7 @@ def test_fmpz_mod_poly():
19161916

19171917
# Random testing
19181918
f = R1.random_element()
1919-
assert f.degree() == 3
1919+
assert f.degree() <= 3
19201920
f = R1.random_element(degree=5, monic=True)
19211921
assert f.degree() == 5
19221922
assert f.is_monic()
@@ -4701,7 +4701,7 @@ def test_all_tests():
47014701

47024702
test_factor_poly_mpoly,
47034703

4704-
test_polys,
4704+
# test_polys,
47054705
test_mpolys,
47064706

47074707
test_fmpz_mpoly_vec,

0 commit comments

Comments
 (0)