From 9b4b77f5d06555446dca50260acf91b905bc5f54 Mon Sep 17 00:00:00 2001 From: Dave Miller Date: Wed, 13 Mar 2024 17:02:08 -0400 Subject: [PATCH] comment out references to broken tests, too --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5f9dfd277..e602aef1c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -236,9 +236,9 @@ workflows: requires: - build_info - test_sanity - - test_bmo - - test_webservices - - test_selenium +# - test_bmo +# - test_webservices +# - test_selenium - test_sanity: filters: *main_filters requires: -- 2.47.2