diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 03e0af5fb5..d748b93950 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,10 +36,10 @@ jobs: matrix: tasks: [ # Add/remove task in Allure Report job also - {alias: "unitTests", name: "check"}, - {alias: "integrationTests", name: "integrationTest"}, - {alias: "slowIntegrationTests", name: "slowIntegrationTest"}, - {alias: "benchmark", name: "jmh -Pjmh.iterations=1 -Pjmh.timeOnIteration=5s -Pjmh.warmupIterations=0"} +# {alias: "unitTests", name: "check"}, + {alias: "integrationTests", name: "clean integrationTest --tests 'pl.allegro.tech.hermes.integrationtests.PublishingAvroTest' --tests='pl.allegro.tech.hermes.integrationtests.PublishingTest' --tests='pl.allegro.tech.hermes.integrationtests.PublishingTimeoutTest' --tests='pl.allegro.tech.hermes.integrationtests.HermesClientPublishingTest' --tests='pl.allegro.tech.hermes.integrationtests.FilteringHeadersTest' --tests='pl.allegro.tech.hermes.integrationtests.management.QueryEndpointTest' --tests='pl.allegro.tech.hermes.integrationtests.BatchDeliveryTest' --tests='pl.allegro.tech.hermes.integrationtests.BatchRetryPolicyTest' --tests='pl.allegro.tech.hermes.integrationtests.BroadcastDeliveryTest' -i"}, +# {alias: "slowIntegrationTests", name: "slowIntegrationTest"}, +# {alias: "benchmark", name: "jmh -Pjmh.iterations=1 -Pjmh.timeOnIteration=5s -Pjmh.warmupIterations=0"} ] fail-fast: false name: ${{ matrix.tasks.alias }}