From 1a19373c5a65d70dc24d2e4aa057c78125351c03 Mon Sep 17 00:00:00 2001 From: Mikhail Shilkov Date: Tue, 10 Mar 2020 17:35:31 +0100 Subject: [PATCH] Skip HDInsights tests --- misc/test/examples_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/misc/test/examples_test.go b/misc/test/examples_test.go index f5942680c..1a20aa486 100644 --- a/misc/test/examples_test.go +++ b/misc/test/examples_test.go @@ -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"), @@ -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"),