Skip to content

Commit

Permalink
Temporarily skip registry tests due to token
Browse files Browse the repository at this point in the history
  • Loading branch information
sebasslash committed May 10, 2024
1 parent f3977d1 commit dd3da3a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/provider/resource_tfe_registry_module_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -942,6 +942,8 @@ func testAccCheckTFERegistryModuleDestroy(s *terraform.State) error {
}

func testAccPreCheckTFERegistryModule(t *testing.T) {
skipUnlessAfterDate(t, time.Date(2024, 5, 24, 0, 0, 0, 0, time.UTC))

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

0 comments on commit dd3da3a

Please sign in to comment.