Skip to content

Commit

Permalink
Merge pull request #483 from hashicorp/fix/remove-beta-flag
Browse files Browse the repository at this point in the history
Remove unnecessary skip if beta
  • Loading branch information
brandonc committed Jul 26, 2022
2 parents be01895 + 2fa6f52 commit 7e783f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion workspace_integration_test.go
Expand Up @@ -345,7 +345,6 @@ func TestWorkspacesCreate(t *testing.T) {
})

t.Run("when options include tags-regex(behind a feature flag)", func(t *testing.T) {
skipIfBeta(t)
// Remove the below organization creation and use the one from the outer scope once the feature flag is removed
orgTest, orgTestCleanup := createOrganizationWithOptions(t, client, OrganizationCreateOptions{
Name: String("tst-" + randomString(t)[0:20] + "-git-tag-ff-on"),
Expand Down

0 comments on commit 7e783f6

Please sign in to comment.