Skip to content

Commit dfdd48b

Browse files
authored
fix: cbs - skip postpaid testcase step (#1203)
1 parent 6db3653 commit dfdd48b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tencentcloud/resource_tc_cbs_storage_test.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,10 @@ func TestAccTencentCloudCbsStorage_upgrade(t *testing.T) {
168168
),
169169
},
170170
{
171+
SkipFunc: func() (bool, error) {
172+
fmt.Printf("Step1 should skip because Prepaid Disks refund has quota every period\n")
173+
return true, nil
174+
},
171175
Config: testAccCbsStorage_upgradeupdate,
172176
Check: resource.ComposeTestCheckFunc(
173177
testAccCheckStorageExists("tencentcloud_cbs_storage.storage_upgrade"),

0 commit comments

Comments
 (0)