Skip to content

Commit

Permalink
skip zksync e2e until we setup era_test_node
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbalaji committed Oct 29, 2024
1 parent b9d0c22 commit 9f1127b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion typescript/cli/src/tests/warp-apply-zksync.e2e-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@ const WARP_CONFIG_PATH_2 = `${TEMP_PATH}/zksync/warp-route-deployment-zksync.yam
const WARP_CORE_CONFIG_PATH_2 = `${ZK_REGISTRY_PATH}/deployments/warp_routes/ETH/${CHAIN_NAME_ZK_2}-config.yaml`;

const TEST_TIMEOUT = 180_000; // Long timeout since these tests can take a while
describe('WarpApply zkSync e2e tests', async function () {

// TODO: zksync cli e2e tests with https://docs.zksync.io/build/test-and-debug/in-memory-node
// eslint-disable-next-line jest/no-disabled-tests
describe.skip('WarpApply zkSync e2e tests', async function () {
let chain2Addresses: ChainAddresses = {};
this.timeout(TEST_TIMEOUT);

Expand Down
5 changes: 4 additions & 1 deletion typescript/cli/src/tests/warp-read-zksync.e2e-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ const WARP_CONFIG_PATH_2 = `${TEMP_PATH}/zksync/warp-route-deployment-zksync.yam
const WARP_CORE_CONFIG_PATH_2 = `${ZK_REGISTRY_PATH}/deployments/warp_routes/ETH/${CHAIN_NAME_ZK_2}-config.yaml`;

const TEST_TIMEOUT = 180_000; // Long timeout since these tests can take a while
describe('WarpRead ZKSync e2e tests', async function () {

// TODO: zksync cli e2e tests with https://docs.zksync.io/build/test-and-debug/in-memory-node
// eslint-disable-next-line jest/no-disabled-tests
describe.skip('WarpRead ZKSync e2e tests', async function () {
let zksync2WarpConfig: WarpRouteDeployConfig;
this.timeout(TEST_TIMEOUT);
before(async function () {
Expand Down

0 comments on commit 9f1127b

Please sign in to comment.