We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 541f24b + df01e09 commit f1bf9e2Copy full SHA for f1bf9e2
1 file changed
.github/workflows/integration-test-matrix.yml
@@ -346,7 +346,8 @@ jobs:
346
--exclude '**/8.8/getUserTask.spec.ts' \
347
--exclude '**/8.8/searchUserTasks.spec.ts' \
348
--exclude '**/c8/rest/activateJobs.rest.spec.ts' \
349
- --exclude '**/zeebe/integration/Worker-onReady.spec.ts'
+ --exclude '**/zeebe/integration/Worker-onReady.spec.ts' \
350
+ --exclude '**/zeebe/local-integration/OnConnectionError.spec.ts'
351
env:
352
ZEEBE_GRPC_ADDRESS: grpc://localhost:26500
353
CAMUNDA_AUTH_STRATEGY: NONE
0 commit comments