diff --git a/.circleci/config.yml b/.circleci/config.yml index 0ab2f6fc6a60..5e7b92e0a3c6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -619,18 +619,6 @@ jobs: command: cond_run_script end-to-end ./scripts/run_tests_local e2e_token_contract.test.ts environment: { DEBUG: "aztec:*" } - e2e-private-airdrop: - machine: - image: ubuntu-2204:2023.07.2 - resource_class: large - steps: - - *checkout - - *setup_env - - run: - name: "Test" - command: cond_run_script end-to-end ./scripts/run_tests_local e2e_private_airdrop.test.ts - environment: { DEBUG: "aztec:*" } - e2e-sandbox-example: machine: image: ubuntu-2204:2023.07.2 @@ -1318,7 +1306,6 @@ workflows: - e2e-deploy-contract: *e2e_test - e2e-lending-contract: *e2e_test - e2e-token-contract: *e2e_test - - e2e-private-airdrop: *e2e_test - e2e-sandbox-example: *e2e_test - e2e-block-building: *e2e_test - e2e-nested-contract: *e2e_test @@ -1354,7 +1341,6 @@ workflows: - e2e-deploy-contract - e2e-lending-contract - e2e-token-contract - - e2e-private-airdrop - e2e-sandbox-example - e2e-block-building - e2e-nested-contract