Skip to content

Commit 7a1c4f7

Browse files
authored
fix: disable uniswap until #1367 (#1368)
This is currently unstable. See #1367
1 parent d71fbcb commit 7a1c4f7

File tree

1 file changed

+31
-25
lines changed

1 file changed

+31
-25
lines changed

.circleci/config.yml

Lines changed: 31 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -804,17 +804,18 @@ jobs:
804804
command: ./scripts/cond_run_script end-to-end $JOB_NAME ./scripts/run_tests_local e2e_pending_commitments_contract.test.ts
805805
working_directory: yarn-project/end-to-end
806806

807-
uniswap-trade-on-l1-from-l2:
808-
machine:
809-
image: ubuntu-2004:202010-01
810-
resource_class: large
811-
steps:
812-
- *checkout
813-
- *setup_env
814-
- run:
815-
name: "Test"
816-
command: ./scripts/cond_run_script end-to-end $JOB_NAME ./scripts/run_tests_local uniswap_trade_on_l1_from_l2.test.ts
817-
working_directory: yarn-project/end-to-end
807+
# TODO(AD): Reenable after #1367
808+
# uniswap-trade-on-l1-from-l2:
809+
# machine:
810+
# image: ubuntu-2004:202010-01
811+
# resource_class: large
812+
# steps:
813+
# - *checkout
814+
# - *setup_env
815+
# - run:
816+
# name: "Test"
817+
# command: ./scripts/cond_run_script end-to-end $JOB_NAME ./scripts/run_tests_local uniswap_trade_on_l1_from_l2.test.ts
818+
# working_directory: yarn-project/end-to-end
818819

819820
integration-archiver-l1-to-l2:
820821
machine:
@@ -863,16 +864,17 @@ jobs:
863864
name: "Test"
864865
command: cond_spot_run_tests end-to-end e2e_p2p_network.test.ts
865866

866-
e2e-uniswap-sandbox:
867-
docker:
868-
- image: aztecprotocol/alpine-build-image
869-
resource_class: small
870-
steps:
871-
- *checkout
872-
- *setup_env
873-
- run:
874-
name: "Test"
875-
command: cond_spot_run_tests end-to-end uniswap_trade_on_l1_from_l2.test.ts docker-compose-e2e-sandbox.yml
867+
# TODO(AD): Reenable after #1367
868+
# e2e-uniswap-sandbox:
869+
# docker:
870+
# - image: aztecprotocol/alpine-build-image
871+
# resource_class: small
872+
# steps:
873+
# - *checkout
874+
# - *setup_env
875+
# - run:
876+
# name: "Test"
877+
# command: cond_spot_run_tests end-to-end uniswap_trade_on_l1_from_l2.test.ts docker-compose-e2e-sandbox.yml
876878

877879
e2e-browser-sandbox:
878880
docker:
@@ -1157,11 +1159,13 @@ workflows:
11571159
- e2e-account-contracts: *e2e_test
11581160
- e2e-escrow-contract: *e2e_test
11591161
- e2e-pending-commitments-contract: *e2e_test
1160-
- uniswap-trade-on-l1-from-l2: *e2e_test
1162+
# TODO(AD): Reenable after #1367
1163+
# - uniswap-trade-on-l1-from-l2: *e2e_test
11611164
- integration-l1-publisher: *e2e_test
11621165
- integration-archiver-l1-to-l2: *e2e_test
11631166
- e2e-p2p: *e2e_test
1164-
- e2e-uniswap-sandbox: *e2e_test
1167+
# TODO(AD): Reenable after #1367
1168+
# - e2e-uniswap-sandbox: *e2e_test
11651169
- e2e-browser-sandbox: *e2e_test
11661170

11671171
- e2e-end:
@@ -1181,11 +1185,13 @@ workflows:
11811185
- e2e-account-contracts
11821186
- e2e-escrow-contract
11831187
- e2e-pending-commitments-contract
1184-
- uniswap-trade-on-l1-from-l2
1188+
# TODO(AD): Reenable after #1367
1189+
# - uniswap-trade-on-l1-from-l2
11851190
- integration-l1-publisher
11861191
- integration-archiver-l1-to-l2
11871192
- e2e-p2p
1188-
- e2e-uniswap-sandbox
1193+
# TODO(AD): Reenable after #1367
1194+
# - e2e-uniswap-sandbox
11891195
- e2e-browser-sandbox
11901196
<<: *defaults
11911197

0 commit comments

Comments
 (0)