We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db7bd06 commit 39a0f56Copy full SHA for 39a0f56
1 file changed
internal/integration/integration_test.go
@@ -15,6 +15,9 @@ import (
15
)
16
17
func TestSimpleVNC(t *testing.T) {
18
+ // Vision framework requires macOS, but a macOS virtual machine cannot run Docker
19
+ t.Skip()
20
+
21
container, err := testcontainers.GenericContainer(t.Context(), testcontainers.GenericContainerRequest{
22
ContainerRequest: testcontainers.ContainerRequest{
23
FromDockerfile: testcontainers.FromDockerfile{
0 commit comments