Merge pull request #123818 from carlory/cleanup-deployment

remove stale comment
This commit is contained in:
Kubernetes Prow Robot 2024-10-23 01:17:37 +01:00 committed by GitHub
commit c326b0d2a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -114,8 +114,6 @@ func TestNewDeployment(t *testing.T) {
}
// Deployments should support roll out, roll back, and roll over.
// TODO: drop the rollback portions of this test when extensions/v1beta1 is no longer served
// and rollback endpoint is no longer supported.
func TestDeploymentRollingUpdate(t *testing.T) {
_, ctx := ktesting.NewTestContext(t)
ctx, cancel := context.WithCancel(ctx)