Skip to content

Commit 6ed33e2

Browse files
committed
test: skip flaky test
Signed-off-by: Josh Wulf <josh.wulf@camunda.com>
1 parent 63881c4 commit 6ed33e2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/integration-test-matrix.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,8 @@ jobs:
345345
--exclude '**/8.8/getProcessDefinition.spec.ts' \
346346
--exclude '**/8.8/getUserTask.spec.ts' \
347347
--exclude '**/8.8/searchUserTasks.spec.ts' \
348-
--exclude '**/c8/rest/activateJobs.rest.spec.ts'
348+
--exclude '**/c8/rest/activateJobs.rest.spec.ts' \
349+
--exclude '**/zeebe/integration/Worker-onReady.spec.ts'
349350
env:
350351
ZEEBE_GRPC_ADDRESS: grpc://localhost:26500
351352
CAMUNDA_AUTH_STRATEGY: NONE

0 commit comments

Comments
 (0)