Skip to content

Commit

Permalink
fix ParallelTest
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanstankovcast committed Nov 28, 2023
1 parent 56e36be commit 6e6ca2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion castai/resource_node_template_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ func TestAccResourceNodeTemplate_basic(t *testing.T) {
resourceName := "castai_node_template.test"
clusterName := "cost-terraform"

resource.Test(t, resource.TestCase{
resource.ParallelTest(t, resource.TestCase{
PreCheck: func() { testAccPreCheck(t) },
ProviderFactories: providerFactories,
CheckDestroy: testAccCheckNodeTemplateDestroy,
Expand Down

0 comments on commit 6e6ca2f

Please sign in to comment.