Skip to content

Commit 1052589

Browse files
committed
Bumps the date to stop skipping failing tests related to gh webhook limit
1 parent 8589396 commit 1052589

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

internal/provider/provider_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ func TestConfigureEnvOrganization(t *testing.T) {
213213
// The TFE Provider tests use these environment variables, which are set in the
214214
// GitHub Action workflow file .github/workflows/ci.yml.
215215
func testAccGithubPreCheck(t *testing.T) {
216-
skipUnlessAfterDate(t, time.Date(2024, 8, 1, 0, 0, 0, 0, time.UTC))
216+
skipUnlessAfterDate(t, time.Date(2024, 9, 1, 0, 0, 0, 0, time.UTC))
217217

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

internal/provider/resource_tfe_registry_module_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1072,7 +1072,7 @@ func testAccCheckTFERegistryModuleDestroy(s *terraform.State) error {
10721072
}
10731073

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

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

0 commit comments

Comments
 (0)