Skip to content

Commit

Permalink
nuking
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed Oct 16, 2023
1 parent 2d498b3 commit 51aecb3
Show file tree
Hide file tree
Showing 14 changed files with 0 additions and 1,131 deletions.
28 changes: 0 additions & 28 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -643,18 +643,6 @@ jobs:
command: cond_run_script end-to-end ./scripts/run_tests_local e2e_sandbox_example.test.ts ./scripts/docker-compose-e2e-sandbox.yml
environment: { DEBUG: "aztec:*" }

e2e-multi-transfer-contract:
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_multi_transfer.test.ts
environment: { DEBUG: "aztec:*" }

e2e-block-building:
machine:
image: ubuntu-2204:2023.07.2
Expand Down Expand Up @@ -811,18 +799,6 @@ jobs:
command: cond_run_script end-to-end ./scripts/run_tests_local integration_l1_publisher.test.ts
environment: { DEBUG: "aztec:*" }

e2e-public-token-contract:
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_public_token_contract.test.ts
environment: { DEBUG: "aztec:*" }

e2e-cli:
machine:
image: ubuntu-2204:2023.07.2
Expand Down Expand Up @@ -1344,12 +1320,10 @@ workflows:
- e2e-token-contract: *e2e_test
- e2e-private-airdrop: *e2e_test
- e2e-sandbox-example: *e2e_test
- e2e-multi-transfer-contract: *e2e_test
- e2e-block-building: *e2e_test
- e2e-nested-contract: *e2e_test
- e2e-non-contract-account: *e2e_test
- e2e-multiple-accounts-1-enc-key: *e2e_test
- e2e-public-token-contract: *e2e_test
- e2e-cli: *e2e_test
- e2e-cross-chain-messaging: *e2e_test
- e2e-public-cross-chain-messaging: *e2e_test
Expand Down Expand Up @@ -1382,12 +1356,10 @@ workflows:
- e2e-token-contract
- e2e-private-airdrop
- e2e-sandbox-example
- e2e-multi-transfer-contract
- e2e-block-building
- e2e-nested-contract
- e2e-non-contract-account
- e2e-multiple-accounts-1-enc-key
- e2e-public-token-contract
- e2e-cli
- e2e-cross-chain-messaging
- e2e-public-cross-chain-messaging
Expand Down
188 changes: 0 additions & 188 deletions yarn-project/end-to-end/src/e2e_multi_transfer.test.ts

This file was deleted.

Loading

0 comments on commit 51aecb3

Please sign in to comment.