File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed
Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,6 @@ func TestAccTFETeamProjectCustomAccessDataSource_basic(t *testing.T) {
8787}
8888
8989func TestAccTFETeamProjectCustomAccessDataSource_basic_with_project_variable_sets (t * testing.T ) {
90- skipUnlessBeta (t )
9190 tfeClient , err := getClientUsingEnv ()
9291 if err != nil {
9392 t .Fatal (err )
Original file line number Diff line number Diff line change @@ -73,7 +73,6 @@ func TestAccTFETeamProjectCustomAccess(t *testing.T) {
7373}
7474
7575func TestAccTFETeamProjectCustomAccess_with_project_variable_sets (t * testing.T ) {
76- skipUnlessBeta (t )
7776 tmAccess := & tfe.TeamProjectAccess {}
7877 rInt := rand .New (rand .NewSource (time .Now ().UnixNano ())).Int ()
7978 access := tfe .TeamProjectAccessCustom
@@ -157,7 +156,6 @@ func TestAccTFETeamProjectCustomAccess_import(t *testing.T) {
157156}
158157
159158func TestAccTFETeamProjectCustomAccess_import_with_project_variable_set (t * testing.T ) {
160- skipUnlessBeta (t )
161159 rInt := rand .New (rand .NewSource (time .Now ().UnixNano ())).Int ()
162160 tmAccess := & tfe.TeamProjectAccess {}
163161 access := tfe .TeamProjectAccessCustom
@@ -239,7 +237,6 @@ func TestAccTFETeamProjectCustomAccess_full_update(t *testing.T) {
239237}
240238
241239func TestAccTFETeamProjectCustomAccess_full_update_with_project_variable_sets (t * testing.T ) {
242- skipUnlessBeta (t )
243240 tmAccess := & tfe.TeamProjectAccess {}
244241 rInt := rand .New (rand .NewSource (time .Now ().UnixNano ())).Int ()
245242 access := tfe .TeamProjectAccessCustom
@@ -348,7 +345,6 @@ func TestAccTFETeamProjectCustomAccess_partial_update(t *testing.T) {
348345}
349346
350347func TestAccTFETeamProjectCustomAccess_partial_update_with_project_variable_sets (t * testing.T ) {
351- skipUnlessBeta (t )
352348 tmAccess := & tfe.TeamProjectAccess {}
353349 rInt := rand .New (rand .NewSource (time .Now ().UnixNano ())).Int ()
354350 access := tfe .TeamProjectAccessCustom
You can’t perform that action at this time.
0 commit comments