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) { 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")