summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorculler <culler>2024-07-23 14:39:15 (GMT)
committerculler <culler>2024-07-23 14:39:15 (GMT)
commita4bcdb06b6acdd30f8bf07bc4f53d2e8afe03385 (patch)
tree6a290ea9e81ffb3221c68795a657985f766534ca /tests
parent6759f4f90c0a2c07955345404a6c239dbd53c777 (diff)
downloadtk-a4bcdb06b6acdd30f8bf07bc4f53d2e8afe03385.zip
tk-a4bcdb06b6acdd30f8bf07bc4f53d2e8afe03385.tar.gz
tk-a4bcdb06b6acdd30f8bf07bc4f53d2e8afe03385.tar.bz2
Mark event-9.2 as notAqua. It is redundant and fails sporadically, but only on the CI runner
Diffstat (limited to 'tests')
-rw-r--r--tests/event.test8
1 files changed, 7 insertions, 1 deletions
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 . <Enter> $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 .