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 d0dca27 commit 79b4856Copy full SHA for 79b4856
internal/provider/resource_pcu_group_test.go
@@ -10,6 +10,10 @@ import (
10
)
11
12
func TestAccPcuGroupResource_lifecycle(t *testing.T) {
13
+ // For now, skip. It's expensive to run these tests
14
+ // and there isn't a ton of value outside of development right now
15
+ t.Skip("Skipping as there's not a ton of ROI to PCU tests right now.")
16
+
17
prefix := "tf-test-" + acctest.RandStringFromCharSet(10, acctest.CharSetAlphaNum)
18
19
resource.Test(t, resource.TestCase{
0 commit comments