Skip to content

Commit f1bf9e2

Browse files
authored
Merge pull request #778 from camunda/chore/disable-unreliable-test
chore: disable unreliable test in test matrix
2 parents 541f24b + df01e09 commit f1bf9e2

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
@@ -346,7 +346,8 @@ jobs:
346346
--exclude '**/8.8/getUserTask.spec.ts' \
347347
--exclude '**/8.8/searchUserTasks.spec.ts' \
348348
--exclude '**/c8/rest/activateJobs.rest.spec.ts' \
349-
--exclude '**/zeebe/integration/Worker-onReady.spec.ts'
349+
--exclude '**/zeebe/integration/Worker-onReady.spec.ts' \
350+
--exclude '**/zeebe/local-integration/OnConnectionError.spec.ts'
350351
env:
351352
ZEEBE_GRPC_ADDRESS: grpc://localhost:26500
352353
CAMUNDA_AUTH_STRATEGY: NONE

0 commit comments

Comments
 (0)