Skip to content

Commit

Permalink
remove t.Parallel() in TestResourceCorpRule_SortedSiteNames (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnps authored Mar 17, 2023
1 parent 708b0f7 commit c9d0ad8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion provider/resource_corp_rule_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ func TestResourceCorpRule_basic(t *testing.T) {

// The api appears to sort site_short_names
func TestResourceCorpRule_SortedSiteNames(t *testing.T) {
t.Parallel()
resourceName := "sigsci_corp_rule.test"
resource.Test(t, resource.TestCase{
PreCheck: func() { testAccPreCheck(t) },
Expand Down

0 comments on commit c9d0ad8

Please sign in to comment.