diff --git a/test/integration/auth/node_test.go b/test/integration/auth/node_test.go index a101f7b94ad..375d61b7b0d 100644 --- a/test/integration/auth/node_test.go +++ b/test/integration/auth/node_test.go @@ -625,8 +625,6 @@ func TestNodeAuthorizer(t *testing.T) { // clean up node2 expectAllowed(t, deleteNode2(superuserClient)) - // TODO(mikedanese): integration test node restriction of TokenRequest - // node1 allowed to operate on its own lease expectAllowed(t, createNode1Lease(node1Client)) expectAllowed(t, getNode1Lease(node1Client))