Skip to content

Commit

Permalink
suspend flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
bdeket committed Apr 3, 2021
1 parent c2f44a9 commit 825e040
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion plot-test/plot/tests/PRs/90.rkt
Expand Up @@ -68,7 +68,9 @@
(send ps plot->dc #(0 0 0))))
(test-suite "PR90: 3d/snip before resize"
(check-equal? (send ps plot->dc plotcoords) coords))
(test-suite "PR90: 3d/snip after resize"
;It's uncertain that the sleep/yield will be long enough for the async update to finish
;for now this test is disabled.
#;(test-suite "PR90: 3d/snip after resize"
(send ps resize 800 800)
(sleep/yield .5)
(check-within (send ps plot->dc (send ps dc->plot #(200 200)))
Expand Down

0 comments on commit 825e040

Please sign in to comment.