Skip to content

Commit e2a8b40

Browse files
committed
skip test
1 parent 686ac80 commit e2a8b40

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

internal/provider/resource_tfe_workspace_policy_set_exclusion_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ import (
1616
)
1717

1818
func TestAccTFEWorkspacePolicySetExclusion_basic(t *testing.T) {
19+
skipUnlessBeta(t)
1920
rInt := rand.New(rand.NewSource(time.Now().UnixNano())).Int()
2021

2122
tfeClient, err := getClientUsingEnv()
@@ -49,6 +50,7 @@ func TestAccTFEWorkspacePolicySetExclusion_basic(t *testing.T) {
4950
}
5051

5152
func TestAccTFEWorkspacePolicySetExclusion_incorrectImportSyntax(t *testing.T) {
53+
skipUnlessBeta(t)
5254
rInt := rand.New(rand.NewSource(time.Now().UnixNano())).Int()
5355

5456
tfeClient, err := getClientUsingEnv()

0 commit comments

Comments
 (0)