Skip to content

Commit 89b13a3

Browse files
authored
Run namespace test by default (#80)
1 parent ab4b5f0 commit 89b13a3

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.changes/v1.0.0/35-features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
- **New Resource:** `vcfa_supervisor_namespace` to manage Supervisor Namespaces [GH-35, GH-58, GH-59]
1+
- **New Resource:** `vcfa_supervisor_namespace` to manage Supervisor Namespaces [GH-35, GH-58, GH-59, GH-80]
22
- **New Data Source:** `vcfa_supervisor_namespace` to read Supervisor Namespaces [GH-35, GH-58, GH-59]
33
- **New Data Source:** `vcfa_kubeconfig` to get Kubeconfig [GH-35, GH-59]

vcfa/resource_vcfa_supervisor_namespace_test.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ package vcfa
99
import (
1010
"fmt"
1111
"net/url"
12-
"os"
1312
"regexp"
1413
"testing"
1514

@@ -21,10 +20,6 @@ import (
2120
)
2221

2322
func TestAccVcfaSupervisorNamespace(t *testing.T) {
24-
var executeTest = os.Getenv("VCFA_NAMESPACE_TEST") != ""
25-
if !executeTest {
26-
t.Skipf("TestAccVcfaSupervisorNamespace not enabled by default. Use 'VCFA_NAMESPACE_TEST=1' to enable")
27-
}
2823

2924
preTestChecks(t)
3025
defer postTestChecks(t)

0 commit comments

Comments
 (0)