Skip to content

Commit

Permalink
fix: enable in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
LHerskind committed Aug 4, 2023
1 parent d0b2da3 commit 4d04a4f
Showing 1 changed file with 14 additions and 16 deletions.
30 changes: 14 additions & 16 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -822,18 +822,18 @@ jobs:
command: ./scripts/cond_run_script end-to-end $JOB_NAME ./scripts/run_tests_local e2e_pending_commitments_contract.test.ts
working_directory: yarn-project/end-to-end

# TODO(AD): Reenable after #1367
# uniswap-trade-on-l1-from-l2:
# machine:
# image: ubuntu-2004:202010-01
# resource_class: large
# steps:
# - *checkout
# - *setup_env
# - run:
# name: "Test"
# command: ./scripts/cond_run_script end-to-end $JOB_NAME ./scripts/run_tests_local uniswap_trade_on_l1_from_l2.test.ts
# working_directory: yarn-project/end-to-end

uniswap-trade-on-l1-from-l2:
machine:
image: ubuntu-2004:202010-01
resource_class: large
steps:
- *checkout
- *setup_env
- run:
name: "Test"
command: ./scripts/cond_run_script end-to-end $JOB_NAME ./scripts/run_tests_local uniswap_trade_on_l1_from_l2.test.ts
working_directory: yarn-project/end-to-end

integration-archiver-l1-to-l2:
machine:
Expand Down Expand Up @@ -1185,8 +1185,7 @@ workflows:
- e2e-account-contracts: *e2e_test
- e2e-escrow-contract: *e2e_test
- e2e-pending-commitments-contract: *e2e_test
# TODO(AD): Reenable after #1367
# - uniswap-trade-on-l1-from-l2: *e2e_test
- uniswap-trade-on-l1-from-l2: *e2e_test
- integration-l1-publisher: *e2e_test
- integration-archiver-l1-to-l2: *e2e_test
- e2e-p2p: *e2e_test
Expand All @@ -1211,8 +1210,7 @@ workflows:
- e2e-account-contracts
- e2e-escrow-contract
- e2e-pending-commitments-contract
# TODO(AD): Reenable after #1367
# - uniswap-trade-on-l1-from-l2
- uniswap-trade-on-l1-from-l2
- integration-l1-publisher
- integration-archiver-l1-to-l2
- e2e-p2p
Expand Down

0 comments on commit 4d04a4f

Please sign in to comment.