We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2f44a9 commit 825e040Copy full SHA for 825e040
plot-test/plot/tests/PRs/90.rkt
@@ -68,7 +68,9 @@
68
(send ps plot->dc #(0 0 0))))
69
(test-suite "PR90: 3d/snip before resize"
70
(check-equal? (send ps plot->dc plotcoords) coords))
71
- (test-suite "PR90: 3d/snip after resize"
+ ;It's uncertain that the sleep/yield will be long enough for the async update to finish
72
+ ;for now this test is disabled.
73
+ #;(test-suite "PR90: 3d/snip after resize"
74
(send ps resize 800 800)
75
(sleep/yield .5)
76
(check-within (send ps plot->dc (send ps dc->plot #(200 200)))
0 commit comments