Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Do not run e2e-2-pxes along with e2e pxe test #10155

Merged
merged 1 commit into from
Nov 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions yarn-project/end-to-end/scripts/e2e_test_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ tests:
env:
HARDWARE_CONCURRENCY: '32'
e2e_public_testnet: {}
e2e_pxe:
use_compose: true
e2e_sandbox_example:
use_compose: true
e2e_state_vars: {}
Expand Down Expand Up @@ -112,8 +114,6 @@ tests:
test_path: 'guides/writing_an_account_contract.test.ts'
integration_l1_publisher:
use_compose: true
pxe:
use_compose: true
# https://github.com/AztecProtocol/aztec-packages/issues/10030
# uniswap_trade_on_l1_from_l2:
# use_compose: true
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ const setupEnv = async () => {
return pxe;
};

pxeTestSuite('pxe', setupEnv);
pxeTestSuite('e2e_pxe', setupEnv);
Loading