Skip to content

Commit 45df9b9

Browse files
committed
Temporarily set test constraint failsOnXQuartz to "1" to investigate effect on Github CI
1 parent 9fbe80c commit 45df9b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/constraints.tcl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ if {[llength [info commands send]]} {
5252
childTkProcess exit
5353
testutils forget child
5454

55-
testConstraint failsOnXQuartz [expr {$tcl_platform(os) ne "Darwin" || [tk windowingsystem] ne "x11" }]
55+
# 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
5657

5758
#
5859
# FONTS

0 commit comments

Comments
 (0)