Skip to content

Commit 825e040

Browse files
committed
suspend flaky test
1 parent c2f44a9 commit 825e040

File tree

1 file changed

+3
-1
lines changed
  • plot-test/plot/tests/PRs

1 file changed

+3
-1
lines changed

plot-test/plot/tests/PRs/90.rkt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,9 @@
6868
(send ps plot->dc #(0 0 0))))
6969
(test-suite "PR90: 3d/snip before resize"
7070
(check-equal? (send ps plot->dc plotcoords) coords))
71-
(test-suite "PR90: 3d/snip after resize"
71+
;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"
7274
(send ps resize 800 800)
7375
(sleep/yield .5)
7476
(check-within (send ps plot->dc (send ps dc->plot #(200 200)))

0 commit comments

Comments
 (0)