Skip to content

Commit

Permalink
beta test
Browse files Browse the repository at this point in the history
  • Loading branch information
netramali committed Apr 10, 2024
1 parent 0b20897 commit 4384dfe
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions internal/provider/resource_tfe_project_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import (
)

func TestAccTFEProject_basic(t *testing.T) {
skipUnlessBeta(t)
project := &tfe.Project{}
rInt := rand.New(rand.NewSource(time.Now().UnixNano())).Int()

Expand Down Expand Up @@ -65,7 +64,6 @@ func TestAccTFEProject_invalidName(t *testing.T) {
}

func TestAccTFEProject_update(t *testing.T) {
skipUnlessBeta(t)
project := &tfe.Project{}
rInt := rand.New(rand.NewSource(time.Now().UnixNano())).Int()

Expand Down Expand Up @@ -103,7 +101,6 @@ func TestAccTFEProject_update(t *testing.T) {
}

func TestAccTFEProject_import(t *testing.T) {
skipUnlessBeta(t)
rInt := rand.New(rand.NewSource(time.Now().UnixNano())).Int()
project := &tfe.Project{}
resource.Test(t, resource.TestCase{
Expand Down

0 comments on commit 4384dfe

Please sign in to comment.