Skip to content

Commit 0cc8bab

Browse files
committed
Bump github-dependency test skip expiration
1 parent 4f5c9a3 commit 0cc8bab

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, 5, 24, 0, 0, 0, 0, time.UTC))
216+
skipUnlessAfterDate(t, time.Date(2024, 7, 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
@@ -934,7 +934,7 @@ func testAccCheckTFERegistryModuleDestroy(s *terraform.State) error {
934934
}
935935

936936
func testAccPreCheckTFERegistryModule(t *testing.T) {
937-
skipUnlessAfterDate(t, time.Date(2024, 5, 24, 0, 0, 0, 0, time.UTC))
937+
skipUnlessAfterDate(t, time.Date(2024, 7, 1, 0, 0, 0, 0, time.UTC))
938938

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

0 commit comments

Comments
 (0)