diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index 8d472914bf..061186fb18 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -38,8 +38,10 @@ jobs: - name: KafkaIntegrationTest run: mvn test '-Dtest=KafkaIntegrationTest' -pl tests - - name: DistributedClusterTest - run: mvn test '-Dtest=DistributedClusterTest' -pl tests + # The DistributedClusterTest is hard to pass in CI tests environment, we disable it first + # the track issue: https://github.com/streamnative/kop/issues/184 +# - name: DistributedClusterTest +# run: mvn test '-Dtest=DistributedClusterTest' -pl tests - name: package surefire artifacts if: failure()