From 8d50a54d6efea55e71c1e2ecad53665381a16773 Mon Sep 17 00:00:00 2001 From: Rishav Dhar <19497993+rdhar@users.noreply.github.com> Date: Thu, 12 Sep 2024 16:39:11 +0100 Subject: [PATCH] limit tests temporarily Signed-off-by: Rishav Dhar <19497993+rdhar@users.noreply.github.com> --- .github/workflows/tf_tests.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tf_tests.yaml b/.github/workflows/tf_tests.yaml index 1e8cf7f3..08ef75a2 100644 --- a/.github/workflows/tf_tests.yaml +++ b/.github/workflows/tf_tests.yaml @@ -21,11 +21,11 @@ jobs: matrix: tool: [tofu, terraform] path: - - fail_invalid_resource_type + # - fail_invalid_resource_type - fail_data_source_error - pass_one - - pass_character_limit - - pass_format_diff + # - pass_character_limit + # - pass_format_diff steps: - name: Echo github