Skip to content

Commit 96decbf

Browse files
author
Christopher Swenson
committed
Don't need to disable TestNewStaticSecretCacheUpdater
1 parent c4da1f2 commit 96decbf

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

command/agentproxyshared/cache/static_secret_cache_updater_test.go

-3
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,6 @@ func testNewStaticSecretCacheUpdater(t *testing.T, client *api.Client) *StaticSe
7373
// TestNewStaticSecretCacheUpdater tests the NewStaticSecretCacheUpdater method,
7474
// to ensure it errors out when appropriate.
7575
func TestNewStaticSecretCacheUpdater(t *testing.T) {
76-
if !constants.IsEnterprise {
77-
t.Skip()
78-
}
7976
t.Parallel()
8077

8178
lc := testNewLeaseCache(t, []*SendResponse{})

0 commit comments

Comments
 (0)