From 4d3fc1a719ee204cb5b487ad2c68b17d0a65e713 Mon Sep 17 00:00:00 2001 From: Luke Kysow <1034429+lkysow@users.noreply.github.com> Date: Tue, 15 Dec 2020 15:24:53 -0800 Subject: [PATCH] Temporarily disable aks tests (#741) They never succeed because the Docker mirror is refusing our pulls. --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 92a368be54..b2656e529e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -522,7 +522,8 @@ workflows: # - acceptance-openshift - acceptance-gke-1-16 - acceptance-eks-1-17 - - acceptance-aks-1-19 + # AKS temporarily disabled until we get a new mirror. + # - acceptance-aks-1-19 update-helm-charts-index: jobs: - update-helm-charts-index: