From 7b6237cf2799c57e8af9c927d51752dc8c9a20b0 Mon Sep 17 00:00:00 2001 From: carlory Date: Fri, 8 Mar 2024 17:24:18 +0800 Subject: [PATCH] remove stale comment --- test/integration/deployment/deployment_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/integration/deployment/deployment_test.go b/test/integration/deployment/deployment_test.go index bcf8438d9e8..6d46b3243d0 100644 --- a/test/integration/deployment/deployment_test.go +++ b/test/integration/deployment/deployment_test.go @@ -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)