Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions cli/azd/test/functional/publish_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
1 change: 1 addition & 0 deletions cli/azd/test/functional/up_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions cli/azd/test/functional/vs_server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
Loading