Skip to content

Commit 2d92446

Browse files
committed
server: enable tenant testing for TestSSLEnforcement
Now that `/_status/nodes` is available to secondary tenants (thanks to #131644), we can flip on tenant testing for TestSSLEnforcement. Fixes: #110009 Epic: CRDB-38968 Release note: none
1 parent 61700b1 commit 2d92446

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

pkg/server/authserver/authentication_test.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -167,12 +167,6 @@ func TestSSLEnforcement(t *testing.T) {
167167
{ts.URLPrefix, insecureContext, http.StatusTemporaryRedirect},
168168
} {
169169
t.Run(tc.path, func(t *testing.T) {
170-
if tc.path == apiconstants.StatusPrefix+"nodes" && srv.TenantController().StartedDefaultTestTenant() {
171-
// TODO(multitenant): The /_status/nodes endpoint should be
172-
// available subject to a tenant capability.
173-
skip.WithIssue(t, 110009)
174-
}
175-
176170
client, err := tc.ctx.GetHTTPClient()
177171
if err != nil {
178172
t.Fatal(err)

0 commit comments

Comments
 (0)