We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b07c54a commit 7f2b401Copy full SHA for 7f2b401
tests/pr_test.go
@@ -208,6 +208,7 @@ func TestRunUpgradeFullyConfigurable(t *testing.T) {
208
// so we want to keep testing this use-case in the PR pipelines.
209
func TestRunCustomsgExample(t *testing.T) {
210
t.Parallel()
211
+ t.Skip("Temporarily skipping due to https://github.com/terraform-ibm-modules/terraform-ibm-base-ocp-vpc/issues/852")
212
213
options := testhelper.TestOptionsDefaultWithVars(&testhelper.TestOptions{
214
Testing: t,
0 commit comments