From 51e1af1fa14fb5aecd329a49e96d8cd80b2a568f Mon Sep 17 00:00:00 2001 From: Zach Margolis Date: Thu, 28 Oct 2021 08:27:42 -0700 Subject: [PATCH] Re-enable smoke tests in prod - Also remove now-outdated comment --- .circleci/config.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4b90fbd252e..63c6ac677fb 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -354,7 +354,7 @@ jobs: name: 'Smoke tests' command: | bin/smoke_test --remote --no-source-env - # - notify-slack-smoke-test-status + - notify-slack-smoke-test-status - store-smoketest-results check-pinpoint-config: executor: ruby_browsers @@ -400,9 +400,6 @@ workflows: only: - main - # Theses are staggered separately from the smoke tests in the identity-monitor repo - # because they share credentials and would mess each other up if run concurrently - # https://github.com/18F/identity-monitor/blob/master/.circleci/config.yml # DEV smoketest-dev-workflow: triggers: