Skip to content

Commit

Permalink
chore(project): disable legacy integration tests (#11855)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jaredlockhart authored Nov 26, 2024
1 parent 1423172 commit 06db78d
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 06db78d

Please sign in to comment.