Skip to content

Commit 39a0f56

Browse files
committed
Disable TestSimpleVNC because of chicken and egg
1 parent db7bd06 commit 39a0f56

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

internal/integration/integration_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ import (
1515
)
1616

1717
func TestSimpleVNC(t *testing.T) {
18+
// Vision framework requires macOS, but a macOS virtual machine cannot run Docker
19+
t.Skip()
20+
1821
container, err := testcontainers.GenericContainer(t.Context(), testcontainers.GenericContainerRequest{
1922
ContainerRequest: testcontainers.ContainerRequest{
2023
FromDockerfile: testcontainers.FromDockerfile{

0 commit comments

Comments
 (0)