Skip to content

Commit 067b53e

Browse files
committed
Skip a test on pyodide that exceeds iteration limit
1 parent a643572 commit 067b53e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/builtin/drawing/doc_tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ doc-051:
112112
expr: Plot3D[Exp[x] Cos[y], {x, -2, 1}, {y, -Pi, 2 Pi}]
113113
doc-052:
114114
expr: Plot3D[Log[x + y^2], {x, -1, 1}, {y, -1, 1}]
115+
skip: pyodide # abort exceeded iteration limit
115116
# skipping following due to significant numerical diff btw macos and ubuntu
116117
# i think the test is numerically unstable because of the / (x y)
117118
doc-053:

0 commit comments

Comments
 (0)