Skip to content

Commit 493265e

Browse files
authored
fix: cbs testcase - ignore prepaid test because of quota of refund (#1158)
1 parent 4bc2f67 commit 493265e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tencentcloud/resource_tc_cbs_storage_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,8 @@ func TestAccTencentCloudCbsStorage_full(t *testing.T) {
122122
})
123123
}
124124

125-
func TestAccTencentCloudCbsStorage_prepaid(t *testing.T) {
125+
// Prepaid Disks has quota every period
126+
func TestAccTencentCloudNeedFixCbsStorage_prepaid(t *testing.T) {
126127

127128
resource.Test(t, resource.TestCase{
128129
PreCheck: func() { testAccPreCheckCommon(t, ACCOUNT_TYPE_PREPAY) },

0 commit comments

Comments
 (0)