diff --git a/cli/azd/test/functional/publish_test.go b/cli/azd/test/functional/publish_test.go index 4d2f47d2211..e983a4b792a 100644 --- a/cli/azd/test/functional/publish_test.go +++ b/cli/azd/test/functional/publish_test.go @@ -17,6 +17,7 @@ import ( ) func Test_CLI_Publish_ContainerApp_RemoteBuild(t *testing.T) { + t.Skip("taking 53 minutes. Needs to be re-designed - https://github.com/Azure/azure-dev/issues/6059") t.Parallel() tests := []struct { diff --git a/cli/azd/test/functional/up_test.go b/cli/azd/test/functional/up_test.go index 155be78e7a1..70f1c048768 100644 --- a/cli/azd/test/functional/up_test.go +++ b/cli/azd/test/functional/up_test.go @@ -367,6 +367,7 @@ func Test_CLI_Up_Down_ContainerAppDotNetPublish(t *testing.T) { } func Test_CLI_Up_Down_ContainerApp_RemoteBuild(t *testing.T) { + t.Skip("Needs to be re-designed - https://github.com/Azure/azure-dev/issues/6059") t.Parallel() ctx, cancel := newTestContext(t) diff --git a/cli/azd/test/functional/vs_server_test.go b/cli/azd/test/functional/vs_server_test.go index 90ae0869cb1..8ab6aea7f99 100644 --- a/cli/azd/test/functional/vs_server_test.go +++ b/cli/azd/test/functional/vs_server_test.go @@ -156,6 +156,7 @@ func Test_CLI_VsServerExternalAuth(t *testing.T) { } func Test_CLI_VsServer(t *testing.T) { + t.Skip("Needs to be re-designed - https://github.com/Azure/azure-dev/issues/6059") t.Parallel() testDir := filepath.Join("testdata", "vs-server", "tests")