Skip to content

Commit cb7d39b

Browse files
committed
Update agent_token_integration_test.go
1 parent bffc95e commit cb7d39b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

agent_token_integration_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,15 @@ package tfe
66
import (
77
"context"
88
"testing"
9+
"time"
910

1011
"github.com/stretchr/testify/assert"
1112
"github.com/stretchr/testify/require"
1213
)
1314

1415
func TestAgentTokensList(t *testing.T) {
1516
skipIfEnterprise(t)
17+
skipUnlessAfterDate(t, time.Date(2025, 5, 28, 0, 0, 0, 0, time.UTC))
1618

1719
client := testClient(t)
1820
ctx := context.Background()

0 commit comments

Comments
 (0)