From 5f56b0237c490c93dfced5e40d73cd67fb4b87b9 Mon Sep 17 00:00:00 2001 From: Mark Tyneway Date: Wed, 26 Oct 2022 13:12:20 -0700 Subject: [PATCH] integration-tests: update readme, try to fix ci build (#3791) --- .circleci/config.yml | 1 - integration-tests/README.md | 5 ++++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 24045ca0698c..f5602d85bb9a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -590,7 +590,6 @@ jobs: integration-tests: machine: image: ubuntu-2204:2022.07.1 - docker_layer_caching: true environment: DOCKER_BUILDKIT: 1 parallelism: 3 diff --git a/integration-tests/README.md b/integration-tests/README.md index 5ea749898035..8bef625d13f5 100644 --- a/integration-tests/README.md +++ b/integration-tests/README.md @@ -1,5 +1,8 @@ # @eth-optimism/integration-tests +Note that these tests are ran against the legacy system, see `op-e2e` for +the bedrock test suite. + ## Setup Follow installation + build instructions in the [primary README](../README.md). @@ -48,4 +51,4 @@ Actor tests use the same environment variables as the integration tests, so set already. Then, run `yarn test:actor ` to run the tests. Note that it will be **very expensive** to run the actor tests against mainnet, and that the tests can take a while to complete. -See [actor-tests/README.md](actor-tests/README.md) for information on actor tests. \ No newline at end of file +See [actor-tests/README.md](actor-tests/README.md) for information on actor tests.