remove stale comment

This commit is contained in:
carlory 2024-03-08 17:24:18 +08:00
parent 5ec8dc8c6f
commit 7b6237cf27

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)