Skip to content

Commit

Permalink
chore: Remove flaky e2e p2p test (AztecProtocol#4181)
Browse files Browse the repository at this point in the history
Removing e2e test until
AztecProtocol#3848 is solved
  • Loading branch information
spalladino authored Jan 23, 2024
1 parent 9625b43 commit 688e4af
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -786,17 +786,6 @@ jobs:
name: "Test"
command: cond_spot_run_compose end-to-end 4 ./scripts/docker-compose-no-sandbox.yml TEST=e2e_persistence.test.ts

e2e-p2p:
docker:
- image: aztecprotocol/alpine-build-image
resource_class: small
steps:
- *checkout
- *setup_env
- run:
name: "Test"
command: cond_spot_run_compose end-to-end 4 ./scripts/docker-compose-no-sandbox.yml TEST=e2e_p2p_network.test.ts

e2e-browser:
docker:
- image: aztecprotocol/alpine-build-image
Expand Down Expand Up @@ -1257,7 +1246,6 @@ workflows:
- integration-l1-publisher: *e2e_test
- integration-archiver-l1-to-l2: *e2e_test
- e2e-persistence: *e2e_test
- e2e-p2p: *e2e_test
- e2e-browser: *e2e_test
- e2e-card-game: *e2e_test
- pxe: *e2e_test
Expand Down Expand Up @@ -1295,7 +1283,6 @@ workflows:
- integration-l1-publisher
- integration-archiver-l1-to-l2
- e2e-persistence
- e2e-p2p
- e2e-browser
- e2e-card-game
- pxe
Expand Down

0 comments on commit 688e4af

Please sign in to comment.