diff --git a/.circleci/config.yml b/.circleci/config.yml index 444a3e394..bbc27ed71 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -25,9 +25,6 @@ jobs: - run: name: "Running build" command: ./mvnw -s .settings.xml clean org.jacoco:jacoco-maven-plugin:prepare-agent install -U -P sonar -nsu --batch-mode -Dmaven.test.redirectTestOutputToFile=true -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn - - run: - name: "Running e2e with documentation apps" - command: ./scripts/runAcceptanceTestsOfDocApps.sh - run: name: "Aggregate test results" when: always