Skip to content

Commit 79b4856

Browse files
committed
chore: limit acceptance tests for pcu
It's expensive both in time and money to test PCU APIs repeatedly and reliably, so it makes sense to limit this to a smoke test.
1 parent d0dca27 commit 79b4856

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

internal/provider/resource_pcu_group_test.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ import (
1010
)
1111

1212
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+
1317
prefix := "tf-test-" + acctest.RandStringFromCharSet(10, acctest.CharSetAlphaNum)
1418

1519
resource.Test(t, resource.TestCase{

0 commit comments

Comments
 (0)