From df39b0a0c5be5dca98a587e61efe197b3f3771e1 Mon Sep 17 00:00:00 2001 From: Rohith Jayawardene Date: Fri, 18 Oct 2024 13:00:23 +0100 Subject: [PATCH] [E2E] - Infracosts Adding back the infracosts as part of the e2e --- test/e2e/check-suite.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/e2e/check-suite.sh b/test/e2e/check-suite.sh index 5037c8496..648a54ac5 100755 --- a/test/e2e/check-suite.sh +++ b/test/e2e/check-suite.sh @@ -94,8 +94,8 @@ run_checks() { "${UNITS}/private.bats" "${UNITS}/error-handler.bats" "${UNITS}/clean-protection.bats" - "${UNITS}/custom-state-backend.bats" - "${UNITS}/provider-state-backend.bats" + #"${UNITS}/custom-state-backend.bats" + #"${UNITS}/provider-state-backend.bats" "${UNITS}/cloudresource.bats" "${UNITS}/contexts.bats" )