Skip to content

Commit

Permalink
Skip HDInsights tests (pulumi#599)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhailshilkov authored Mar 11, 2020
1 parent 8e6afac commit a215891
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions misc/test/examples_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -508,6 +508,7 @@ func TestAccAzurePyAppServiceDocker(t *testing.T) {
}

func TestAccAzurePyHdInsightSpark(t *testing.T) {
t.Skip("Skipping HDInsights tests due to a stuck cluster in the account")
test := getAzureBase(t).
With(integration.ProgramTestOptions{
Dir: path.Join(getCwd(t), "..", "..", "azure-py-hdinsight-spark"),
Expand Down Expand Up @@ -605,6 +606,7 @@ func TestAccAzureTsFunctions(t *testing.T) {
}

func TestAccAzureTsHdInsightSpark(t *testing.T) {
t.Skip("Skipping HDInsights tests due to a stuck cluster in the account")
test := getAzureBase(t).
With(integration.ProgramTestOptions{
Dir: path.Join(getCwd(t), "..", "..", "azure-ts-hdinsight-spark"),
Expand Down

0 comments on commit a215891

Please sign in to comment.