Skip to content

Commit

Permalink
disable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Aravind Ragavendran committed Oct 30, 2023
1 parent 6ead747 commit 2060cc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource"
)

const rabbitmq_inst_run_this_test = true
const rabbitmq_inst_run_this_test = false

func TestAcc_DataSourceRabbitMQInstanceJob(t *testing.T) {
if !common.ShouldAccTestRun(rabbitmq_inst_run_this_test) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource"
)

const run_this_test = true
const run_this_test = false

func TestAcc_kubernetes(t *testing.T) {
if !common.ShouldAccTestRun(run_this_test) {
Expand Down

0 comments on commit 2060cc6

Please sign in to comment.