From 7fcc67e0349529814b7b72203eab3f022c40ea2e Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 13 Mar 2025 08:14:05 +0000 Subject: [PATCH] Update workflows with latest failure expectations --- .github/workflows/3.5.x-cloud-cloud-stream-kafka-streams.yml | 1 - .github/workflows/3.5.x-integration-spring-kafka-streams.yml | 1 - 2 files changed, 2 deletions(-) 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 43a0660e..d4bc2af1 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,4 +22,3 @@ 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 3e69709c..63be94a5 100644 --- a/.github/workflows/3.5.x-integration-spring-kafka-streams.yml +++ b/.github/workflows/3.5.x-integration-spring-kafka-streams.yml @@ -22,4 +22,3 @@ jobs: checkout_ref: main project: integration:spring-kafka-streams task: nativeAppTest - expected_to_fail: true