Skip to content

Commit

Permalink
Skip on macOS due to docker/for-mac#1662
Browse files Browse the repository at this point in the history
Relates to #126
  • Loading branch information
gesellix committed Jun 6, 2021
1 parent a7d8e6d commit e30182b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1009,7 +1009,7 @@ class DockerContainerIntegrationSpec extends Specification {
dockerClient.rm(containerId)
}

@Requires({ LocalDocker.isTcpSocket() || LocalDocker.isUnixSocket() })
@Requires({ (LocalDocker.isTcpSocket() || LocalDocker.isUnixSocket()) && !['Mac OS X'].contains(System.properties['os.name']) })
"attach (websocket)"() {
given:
def tcpClient = dockerClient
Expand Down

0 comments on commit e30182b

Please sign in to comment.