Skip to content

Commit 9ac4aa6

Browse files
tongyimingmikatong
andauthored
fix: lighthouse unit test (#1807)
Co-authored-by: mikatong <mikatong@tencent.com>
1 parent 91cfe54 commit 9ac4aa6

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

tencentcloud/data_source_tc_lighthouse_instance_vnc_url_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import (
77
)
88

99
func TestAccTencentCloudLighthouseInstanceVncUrlDataSource_basic(t *testing.T) {
10-
t.Parallel()
1110
resource.Test(t, resource.TestCase{
1211
PreCheck: func() { testAccPreCheckCommon(t, ACCOUNT_TYPE_PREPAY) },
1312
Providers: testAccProviders,

tencentcloud/resource_tc_lighthouse_disk_attachment_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import (
77
)
88

99
func TestAccTencentCloudLighthouseDiskAttachmentResource_basic(t *testing.T) {
10-
t.Parallel()
1110
resource.Test(t, resource.TestCase{
1211
PreCheck: func() {
1312
testAccPreCheckCommon(t, ACCOUNT_TYPE_PREPAY)

tencentcloud/resource_tc_lighthouse_disk_backup_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import (
77
)
88

99
func TestAccTencentCloudLighthouseDiskBackupResource_basic(t *testing.T) {
10-
t.Parallel()
1110
resource.Test(t, resource.TestCase{
1211
PreCheck: func() { testAccPreCheckCommon(t, ACCOUNT_TYPE_PREPAY) },
1312
Providers: testAccProviders,

0 commit comments

Comments
 (0)