From 651a3ed35947ac49d3cbf2755acf436cd2a9a9c0 Mon Sep 17 00:00:00 2001 From: shikha-mah Date: Tue, 5 Sep 2023 10:10:44 +0530 Subject: [PATCH 1/2] fix: update test --- tests/other_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/other_test.go b/tests/other_test.go index 93199816..dcc13988 100644 --- a/tests/other_test.go +++ b/tests/other_test.go @@ -4,6 +4,8 @@ package test import ( "github.com/stretchr/testify/assert" "testing" + + "github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper/testhelper" ) func TestRunBasicExample(t *testing.T) { From 6590ffb12878884f164d470c9d641debe891bf1d Mon Sep 17 00:00:00 2001 From: shikha-mah Date: Mon, 11 Sep 2023 16:35:28 +0530 Subject: [PATCH 2/2] fix: update test --- tests/pr_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/pr_test.go b/tests/pr_test.go index cfb24bfc..43385489 100644 --- a/tests/pr_test.go +++ b/tests/pr_test.go @@ -51,7 +51,7 @@ func setupFSCloudOptions(t *testing.T, prefix string) *testhelper.TestOptions { } func TestRunUpgradeFSCloudExample(t *testing.T) { - t.Parallel() + // t.Parallel() options := setupFSCloudOptions(t, "slz-vsi-upg") @@ -63,7 +63,7 @@ func TestRunUpgradeFSCloudExample(t *testing.T) { } func TestRunFSCloudExample(t *testing.T) { - t.Parallel() + // t.Parallel() options := setupFSCloudOptions(t, "slz-vsi-fscloud")