Skip to content

Commit 0e5afc8

Browse files
authored
fix: update rule_engine_priority concurr (#1337)
* fix: update rule_engine_priority concurr * fix: update rule_engine_priority Co-authored-by: arunma <arunma@tencent.com>
1 parent 1ddc5f3 commit 0e5afc8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tencentcloud/resource_tc_teo_rule_engine_priority_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212

1313
// go test -i; go test -test.run TestAccTencentCloudTeoRuleEnginePriority_basic -v
1414
func TestAccTencentCloudTeoRuleEnginePriority_basic(t *testing.T) {
15-
t.Parallel()
15+
//t.Parallel()
1616
resource.Test(t, resource.TestCase{
1717
PreCheck: func() { testAccPreCheckCommon(t, ACCOUNT_TYPE_PRIVATE) },
1818
Providers: testAccProviders,

tencentcloud/resource_tc_teo_rule_engine_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ import (
1414
// go test -i; go test -test.run TestAccTencentCloudTeoRuleEngine_basic -v
1515
func TestAccTencentCloudTeoRuleEngine_basic(t *testing.T) {
1616
t.Parallel()
17+
1718
resource.Test(t, resource.TestCase{
1819
PreCheck: func() { testAccPreCheckCommon(t, ACCOUNT_TYPE_PRIVATE) },
1920
Providers: testAccProviders,

0 commit comments

Comments
 (0)