Skip to content

Commit

Permalink
Skipping GoAks test due to service principals being invalid
Browse files Browse the repository at this point in the history
  • Loading branch information
stack72 committed May 3, 2020
1 parent 7244d4f commit 610044d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions misc/test/examples_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -541,6 +541,7 @@ func TestAccAzureGoAci(t *testing.T) {
}

func TestAccAzureGoAks(t *testing.T) {
t.Skip("The credentials in ServicePrincipalProfile were invalid")
test := getAzureBase(t).
With(integration.ProgramTestOptions{
Dir: path.Join(getCwd(t), "..", "..", "azure-go-aks"),
Expand Down

0 comments on commit 610044d

Please sign in to comment.