Skip to content

Commit

Permalink
Merge pull request #1431 from hashicorp/bump-date-for-gh-webhook-limi…
Browse files Browse the repository at this point in the history
…t-related-tests

Bump date for skipping failing tests related to GH webhook limit
  • Loading branch information
Maed223 authored Aug 1, 2024
2 parents 8589396 + 1052589 commit c2aba3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/provider/provider_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ func TestConfigureEnvOrganization(t *testing.T) {
// The TFE Provider tests use these environment variables, which are set in the
// GitHub Action workflow file .github/workflows/ci.yml.
func testAccGithubPreCheck(t *testing.T) {
skipUnlessAfterDate(t, time.Date(2024, 8, 1, 0, 0, 0, 0, time.UTC))
skipUnlessAfterDate(t, time.Date(2024, 9, 1, 0, 0, 0, 0, time.UTC))

if envGithubToken == "" {
t.Skip("Please set GITHUB_TOKEN to run this test")
Expand Down
2 changes: 1 addition & 1 deletion internal/provider/resource_tfe_registry_module_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1072,7 +1072,7 @@ func testAccCheckTFERegistryModuleDestroy(s *terraform.State) error {
}

func testAccPreCheckTFERegistryModule(t *testing.T) {
skipUnlessAfterDate(t, time.Date(2024, 8, 1, 0, 0, 0, 0, time.UTC))
skipUnlessAfterDate(t, time.Date(2024, 9, 1, 0, 0, 0, 0, time.UTC))

if envGithubToken == "" {
t.Skip("Please set GITHUB_TOKEN to run this test")
Expand Down

0 comments on commit c2aba3b

Please sign in to comment.