Skip to content

Commit

Permalink
tests: do not run AKS and AKS node configuration in parallel (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
aldor007 authored Dec 6, 2023
1 parent 59d6464 commit 8230620
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion castai/resource_aks_cluster_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ func TestAccResourceAKSCluster(t *testing.T) {
resourceGroupName := "core-tf-acc"
nodeResourceGroupName := "core-tf-acc-ng"

resource.ParallelTest(t, resource.TestCase{
resource.Test(t, resource.TestCase{
PreCheck: func() { testAccPreCheck(t) },
ProviderFactories: providerFactories,
// Destroy of the cluster is not working properly. Cluster wasn't full onboarded and it's getting destroyed.
Expand Down
2 changes: 1 addition & 1 deletion castai/resource_node_configuration_aks_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ func TestAccResourceNodeConfiguration_aks(t *testing.T) {
resourceGroupName := "core-tf-acc"
nodeResourceGroupName := "core-tf-acc-ng"

resource.ParallelTest(t, resource.TestCase{
resource.Test(t, resource.TestCase{
PreCheck: func() { testAccPreCheck(t) },
ProviderFactories: providerFactories,
// Destroy of the cluster is not working properly. Cluster wasn't full onboarded and it's getting destroyed.
Expand Down

0 comments on commit 8230620

Please sign in to comment.