We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fbe80c commit 45df9b9Copy full SHA for 45df9b9
tests/constraints.tcl
@@ -52,7 +52,8 @@ if {[llength [info commands send]]} {
52
childTkProcess exit
53
testutils forget child
54
55
-testConstraint failsOnXQuartz [expr {$tcl_platform(os) ne "Darwin" || [tk windowingsystem] ne "x11" }]
+# testConstraint failsOnXQuartz [expr {$tcl_platform(os) ne "Darwin" || [tk windowingsystem] ne "x11" }]
56
+testConstraint failsOnXQuartz 1; # set temporarily to see how tests fail at Github CI
57
58
#
59
# FONTS
0 commit comments