Skip to content

Commit 04681f1

Browse files
committed
Run only one test
1 parent 1dd1a89 commit 04681f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-rabbitmq-alphas.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
env:
5555
RABBITMQ_IMAGE: ${{ matrix.rabbitmq-image }}
5656
- name: Test against cluster
57-
run: ./mvnw test -Dtest="*ClusterTest" -Drabbitmqctl.bin=DOCKER:rabbitmq0
57+
run: ./mvnw test -Dtest="ClusterTest#consumeFromQuorumQueueWhenLeaderIsPaused" -Drabbitmqctl.bin=DOCKER:rabbitmq0
5858
- name: Get cluster logs
5959
if: ${{ always() && steps.start-cluster.outcome == 'success' }}
6060
run: |

0 commit comments

Comments
 (0)