Skip to content

Commit

Permalink
Add comments to resource (hashicorp#2245)
Browse files Browse the repository at this point in the history
  • Loading branch information
sheneska authored Aug 25, 2023
1 parent bf10aae commit 0e04111
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kubernetes/resource_kubernetes_node_taint_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ const (
taintEffect = "PreferNoSchedule"
)

//Due to the nature of this resource it will not be modified to run in parallel

func TestAccKubernetesResourceNodeTaint_basic(t *testing.T) {
resourceName := "kubernetes_node_taint.test"

Expand Down

0 comments on commit 0e04111

Please sign in to comment.