@@ -804,17 +804,18 @@ jobs:
804
804
command : ./scripts/cond_run_script end-to-end $JOB_NAME ./scripts/run_tests_local e2e_pending_commitments_contract.test.ts
805
805
working_directory : yarn-project/end-to-end
806
806
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
818
819
819
820
integration-archiver-l1-to-l2 :
820
821
machine :
@@ -863,16 +864,17 @@ jobs:
863
864
name : " Test"
864
865
command : cond_spot_run_tests end-to-end e2e_p2p_network.test.ts
865
866
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
876
878
877
879
e2e-browser-sandbox :
878
880
docker :
@@ -1157,11 +1159,13 @@ workflows:
1157
1159
- e2e-account-contracts : *e2e_test
1158
1160
- e2e-escrow-contract : *e2e_test
1159
1161
- 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
1161
1164
- integration-l1-publisher : *e2e_test
1162
1165
- integration-archiver-l1-to-l2 : *e2e_test
1163
1166
- e2e-p2p : *e2e_test
1164
- - e2e-uniswap-sandbox : *e2e_test
1167
+ # TODO(AD): Reenable after #1367
1168
+ # - e2e-uniswap-sandbox: *e2e_test
1165
1169
- e2e-browser-sandbox : *e2e_test
1166
1170
1167
1171
- e2e-end :
@@ -1181,11 +1185,13 @@ workflows:
1181
1185
- e2e-account-contracts
1182
1186
- e2e-escrow-contract
1183
1187
- e2e-pending-commitments-contract
1184
- - uniswap-trade-on-l1-from-l2
1188
+ # TODO(AD): Reenable after #1367
1189
+ # - uniswap-trade-on-l1-from-l2
1185
1190
- integration-l1-publisher
1186
1191
- integration-archiver-l1-to-l2
1187
1192
- e2e-p2p
1188
- - e2e-uniswap-sandbox
1193
+ # TODO(AD): Reenable after #1367
1194
+ # - e2e-uniswap-sandbox
1189
1195
- e2e-browser-sandbox
1190
1196
<< : *defaults
1191
1197
0 commit comments