From 0357ee66cdca498e6ccba386ec106099841bd30e Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 25 Jul 2024 11:50:11 +0100 Subject: [PATCH] Update workflows with latest expectations --- .github/workflows/3.4.x-boot-boot-tcf.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/3.4.x-boot-boot-tcf.yml b/.github/workflows/3.4.x-boot-boot-tcf.yml index 492e6f1d..eaeba4ef 100644 --- a/.github/workflows/3.4.x-boot-boot-tcf.yml +++ b/.github/workflows/3.4.x-boot-boot-tcf.yml @@ -13,7 +13,6 @@ jobs: checkout_ref: main project: boot:boot-tcf task: test - expected_to_fail: true boot_tcf_native_test: name: Boot Tcf Native Test uses: ./.github/workflows/smoke-test-native.yml @@ -23,4 +22,3 @@ jobs: checkout_ref: main project: boot:boot-tcf task: nativeTest - expected_to_fail: true