diff options
-rw-r--r-- | tests/socket.test | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/socket.test b/tests/socket.test index d3d56fa..1d202f3 100644 --- a/tests/socket.test +++ b/tests/socket.test @@ -68,6 +68,10 @@ if {[lsearch [namespace children] ::tcltest] == -1} { ::tcltest::loadTestedCommands catch [list package require -exact Tcltest [info patchlevel]] +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]] |