mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-05 02:09:56 +00:00
Merge pull request #123818 from carlory/cleanup-deployment
remove stale comment
This commit is contained in:
commit
c326b0d2a3
@ -114,8 +114,6 @@ func TestNewDeployment(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Deployments should support roll out, roll back, and roll over.
|
// 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) {
|
func TestDeploymentRollingUpdate(t *testing.T) {
|
||||||
_, ctx := ktesting.NewTestContext(t)
|
_, ctx := ktesting.NewTestContext(t)
|
||||||
ctx, cancel := context.WithCancel(ctx)
|
ctx, cancel := context.WithCancel(ctx)
|
||||||
|
Loading…
Reference in New Issue
Block a user