Skip to content

Commit

Permalink
fix: disable e2e-slow-tree (#3459)
Browse files Browse the repository at this point in the history
Causing everyone grief.
#3458
  • Loading branch information
ludamad committed Nov 28, 2023
1 parent a6e0352 commit 5927103
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -554,16 +554,17 @@ jobs:
name: "Test"
command: cond_spot_run_compose end-to-end 4 ./scripts/docker-compose.yml TEST=e2e_blacklist_token_contract.test.ts

e2e-slow-tree:
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.yml TEST=e2e_slow_tree.test.ts
# TODO(3458): Investigate intermittent failure
# e2e-slow-tree:
# 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.yml TEST=e2e_slow_tree.test.ts

e2e-sandbox-example:
docker:
Expand Down Expand Up @@ -1082,7 +1083,8 @@ workflows:
- e2e-lending-contract: *e2e_test
- e2e-token-contract: *e2e_test
- e2e-blacklist-token-contract: *e2e_test
- e2e-slow-tree: *e2e_test
# TODO(3458): Investigate intermittent failure
# - e2e-slow-tree: *e2e_test
- e2e-sandbox-example: *e2e_test
- e2e-block-building: *e2e_test
- e2e-nested-contract: *e2e_test
Expand Down Expand Up @@ -1118,7 +1120,6 @@ workflows:
- e2e-lending-contract
- e2e-token-contract
- e2e-blacklist-token-contract
- e2e-slow-tree
- e2e-sandbox-example
- e2e-block-building
- e2e-nested-contract
Expand Down

0 comments on commit 5927103

Please sign in to comment.