diff --git a/.github/workflows/3.5.x-cloud-cloud-stream-kafka-streams.yml b/.github/workflows/3.5.x-cloud-cloud-stream-kafka-streams.yml index d4bc2af1..43a0660e 100644 --- a/.github/workflows/3.5.x-cloud-cloud-stream-kafka-streams.yml +++ b/.github/workflows/3.5.x-cloud-cloud-stream-kafka-streams.yml @@ -22,3 +22,4 @@ jobs: checkout_ref: main project: cloud:cloud-stream-kafka-streams task: nativeAppTest + expected_to_fail: true diff --git a/.github/workflows/3.5.x-integration-spring-kafka-streams.yml b/.github/workflows/3.5.x-integration-spring-kafka-streams.yml index 63be94a5..3e69709c 100644 --- a/.github/workflows/3.5.x-integration-spring-kafka-streams.yml +++ b/.github/workflows/3.5.x-integration-spring-kafka-streams.yml @@ -22,3 +22,4 @@ jobs: checkout_ref: main project: integration:spring-kafka-streams task: nativeAppTest + expected_to_fail: true