File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
app/dynatrace/kubernetes/connector/connection
builtin/synthetic/multiprotocol/outagehandling Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import (
2222)
2323
2424func TestAccK8sAutomationConnections (t * testing.T ) {
25- // Temporarily disabled - not available on test tenant (enable with v296 )
25+ // Temporarily disabled - not available on test tenant (enable with v297 )
2626 // api.TestAcc(t)
2727 t .Skip ()
2828}
Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ package outagehandling_test
1919
2020import (
2121 "testing"
22+
23+ "github.com/dynatrace-oss/terraform-provider-dynatrace/dynatrace/testing/api"
2224)
2325
2426func TestAccNetworkMonitorOutageHandling (t * testing.T ) {
25- // Temporarily disabled - not available on test tenant (enable with v296)
26- // api.TestAcc(t)
27- t .Skip ()
27+ api .TestAcc (t )
2828}
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import (
2222)
2323
2424func TestAccNetworkAvailabilityMonitors (t * testing.T ) {
25- // Temporarily disabled - not available on test tenant (enable with v296)
25+ // Temporarily disabled - valid synthetic location not available on test tenant
2626 // api.TestAcc(t)
2727 t .Skip ()
2828}
You can’t perform that action at this time.
0 commit comments