From 06db78d7d470cbb3aa34ed61f769a3c8b57a7d74 Mon Sep 17 00:00:00 2001 From: Jared Lockhart <119884+jaredlockhart@users.noreply.github.com> Date: Tue, 26 Nov 2024 14:15:15 -0500 Subject: [PATCH] chore(project): disable legacy integration tests (#11855) Because * Normandy is now being deprecated * We no longer need to ensure the correct functioning of the old legacy UI This commit * Disables the legacy integration tests fixes #11854 --- .circleci/config.yml | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2d5eb1c691..83fe4f248a 100755 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -395,26 +395,6 @@ jobs: - store_artifacts: path: ~/experimenter/experimenter/tests/integration/test-reports/report.htm - integration_legacy: - machine: - image: ubuntu-2004:2023.10.1 - docker_layer_caching: true - resource_class: large - working_directory: ~/experimenter - environment: - FIREFOX_VERSION: nimbus-firefox-release - steps: - - checkout - - check_file_paths: - paths: "experimenter/" - - run: - name: Run integration tests - command: | - cp .env.sample .env - make refresh up_prod_detached integration_test_legacy - - store_artifacts: - path: ~/experimenter/experimenter/tests/integration/test-reports/report.htm - create_mobile_recipes: working_directory: ~/experimenter machine: @@ -815,12 +795,6 @@ workflows: branches: ignore: - main - - integration_legacy: - name: Test Legacy Desktop (Release Firefox) - filters: - branches: - ignore: - - main - deploy_experimenter: name: Deploy Experimenter context: