diff --git a/.circleci/config.yml b/.circleci/config.yml index 88ac7277de..f59748f4a0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -454,7 +454,6 @@ jobs: steps: - *attach_workspace - *init_environment - - run: uname -r # Runs the integration tests in parallel across multiple CircleCI container instances. The # amount of container nodes for this job is controlled by the "parallelism" option. - run: ./integration/run_tests.sh ${CIRCLE_NODE_INDEX} ${CIRCLE_NODE_TOTAL}