Skip to content

Commit 7f0249c

Browse files
authored
Neet to fix because tcr DeleteInstance api has issue (#1841)
1 parent 94e8e86 commit 7f0249c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tencentcloud/resource_tc_tcr_instance_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,8 @@ func TestAccTencentCloudTcrInstanceResource_basic_and_update(t *testing.T) {
155155
})
156156
}
157157

158-
func TestAccTencentCloudTcrInstanceResource_paypaid(t *testing.T) {
158+
// Neet to fix because tcr deteleInstance api has issue
159+
func TestAccTencentCloudNeedFixTcrInstanceResource_paypaid(t *testing.T) {
159160
// t.Parallel()
160161
resource.Test(t, resource.TestCase{
161162
PreCheck: func() { testAccPreCheckCommon(t, ACCOUNT_TYPE_PREPAY) },

0 commit comments

Comments
 (0)