Skip to content

Commit 1e91907

Browse files
committed
test: skip flaky test
1 parent 9df162e commit 1e91907

2 files changed

Lines changed: 3 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
@@ -344,7 +344,8 @@ jobs:
344344
--retry 3 \
345345
--exclude '**/8.8/getProcessDefinition.spec.ts' \
346346
--exclude '**/8.8/getUserTask.spec.ts' \
347-
--exclude '**/8.8/searchUserTasks.spec.ts'
347+
--exclude '**/8.8/searchUserTasks.spec.ts' \
348+
--exclude '**/c8/rest/activateJobs.spec.ts'
348349
env:
349350
ZEEBE_GRPC_ADDRESS: grpc://localhost:26500
350351
CAMUNDA_AUTH_STRATEGY: NONE
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 3ecabcd5d7eeea889a810a1d2c40a4f80c10f8b8

0 commit comments

Comments
 (0)