From 39dc426ab113f1d694bd02bfa904b8551aebd510 Mon Sep 17 00:00:00 2001 From: Cecile Robert-Michon Date: Mon, 2 Nov 2020 12:52:14 -0800 Subject: [PATCH] Update azure_test.go --- test/e2e/azure_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/e2e/azure_test.go b/test/e2e/azure_test.go index eee23680965..69957ac00ae 100644 --- a/test/e2e/azure_test.go +++ b/test/e2e/azure_test.go @@ -134,6 +134,8 @@ var _ = Describe("Workload cluster creation", func() { }) }) }) + } else { + Skip("test requires pushing container images to external repository") } It("With 3 control-plane nodes and 2 worker nodes", func() {