summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/socket.test4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/socket.test b/tests/socket.test
index 477ecf6..dc3c04a 100644
--- a/tests/socket.test
+++ b/tests/socket.test
@@ -63,6 +63,10 @@
package require tcltest 2
namespace import -force ::tcltest::*
+if {[expr {[info exists ::env(TRAVIS_OSX_IMAGE)] && [string match xcode* $::env(TRAVIS_OSX_IMAGE)]}]} {
+ return
+}
+
# Some tests require the Thread package or exec command
testConstraint thread [expr {0 == [catch {package require Thread 2.7-}]}]
testConstraint exec [llength [info commands exec]]