From 00eaa5f27694e99caae2c0f0919e6bb8d7d590ad Mon Sep 17 00:00:00 2001 From: Norbert de Langen Date: Thu, 13 Oct 2022 16:28:37 +0200 Subject: [PATCH] disable smoke test, because they are flaky, don't add a tremendous amount of confidence either. We will enable them back, at some point when we've reconfigured so they are no longer inconsistent --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0d82a9f02e3d..5a77b31b529c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -458,9 +458,9 @@ workflows: - create-sandboxes: requires: - publish - - smoke-test-sandboxes: - requires: - - create-sandboxes + # - smoke-test-sandboxes: # disabled for now + # requires: + # - create-sandboxes - build-sandboxes: requires: - create-sandboxes