Skip to content

Commit

Permalink
Merge branch 'master' into ad/acir-tests-bb
Browse files Browse the repository at this point in the history
  • Loading branch information
ludamad authored May 22, 2024
2 parents c45e319 + 83888f5 commit 5804d24
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
6 changes: 3 additions & 3 deletions boxes/boxes/react/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ export default defineConfig({
},
projects: [
{
name: 'react-chromium',
name: 'chromium',
use: { ...devices['Desktop Chrome'] },
},
{
name: 'react-firefox',
name: 'firefox',
use: { ...devices['Desktop Firefox'] },
},
{
name: 'react-webkit',
name: 'webkit',
use: { ...devices['Desktop Safari'] },
},
],
Expand Down
6 changes: 3 additions & 3 deletions boxes/boxes/vanilla/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ export default defineConfig({
},
projects: [
{
name: 'vanilla-chromium',
name: 'chromium',
use: { ...devices['Desktop Chrome'] },
},
{
name: 'vanilla-firefox',
name: 'firefox',
use: { ...devices['Desktop Firefox'] },
},
{
name: 'vanilla-webkit',
name: 'webkit',
use: { ...devices['Desktop Safari'] },
},
],
Expand Down
2 changes: 1 addition & 1 deletion boxes/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:
image: aztecprotocol/boxes:${AZTEC_DOCKER_TAG:-latest}
entrypoint: >
sh -c '
yarn workspace @aztec/$BOX test --project=$BOX-$BROWSER
yarn workspace @aztec/$BOX test --project=$BROWSER
'
environment:
DEBUG: "aztec:*"
Expand Down
5 changes: 3 additions & 2 deletions yarn-project/end-to-end/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,9 @@ uniswap-trade-on-l1-from-l2:
integration-l1-publisher:
DO +E2E_COMPOSE_TEST --test=integration_l1_publisher.test.ts

integration-proof-verification:
DO +E2E_COMPOSE_TEST --compose_file=./scripts/docker-compose-no-sandbox.yml --test=integration_proof_verification.test.ts
# Disabled, TODO https://github.com/AztecProtocol/aztec-packages/issues/6624
# integration-proof-verification:
# DO +E2E_COMPOSE_TEST --compose_file=./scripts/docker-compose-no-sandbox.yml --test=integration_proof_verification.test.ts

e2e-browser:
DO +E2E_COMPOSE_TEST --test=e2e_aztec_js_browser.test.ts
Expand Down

0 comments on commit 5804d24

Please sign in to comment.