From a4bcdb06b6acdd30f8bf07bc4f53d2e8afe03385 Mon Sep 17 00:00:00 2001 From: culler Date: Tue, 23 Jul 2024 14:39:15 +0000 Subject: Mark event-9.2 as notAqua. It is redundant and fails sporadically, but only on the CI runner --- tests/event.test | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/tests/event.test b/tests/event.test index b43f2d3..cd07e95 100644 --- a/tests/event.test +++ b/tests/event.test @@ -841,7 +841,13 @@ test event-9.1 {enter . window by destroying a toplevel - bug b1d115fa60} -setup deleteWindows bind . $EnterBind } -result {.} -test event-9.2 {enter toplevel window by destroying a toplevel - bug b1d115fa60} -setup { + +# This test fails sporadically when run on the macOS CI runner. It does +# not seem to fail on real computers. It is not needed since the same +# thing is tested by 9.13. So it is simpler to constrain it as notAqua. +test event-9.2 {enter toplevel window by destroying a toplevel - bug b1d115fa60} \ +-constraints { notAqua} \ +-setup { set iconified false if {[winfo ismapped .]} { wm iconify . -- cgit v0.12