diff --git a/test/integration/servicecidr/feature_enable_disable.go b/test/integration/servicecidr/feature_enable_disable.go index a87d667d447..626bcec2411 100644 --- a/test/integration/servicecidr/feature_enable_disable.go +++ b/test/integration/servicecidr/feature_enable_disable.go @@ -110,7 +110,7 @@ func TestEnableDisableServiceCIDR(t *testing.T) { // shutdown apiserver with the feature enabled s2.TearDownFn() - // start an apiserver without the deature enabled + // start an apiserver with the feature disabled s3 := kubeapiservertesting.StartTestServerOrDie(t, apiServerOptions, []string{ "--runtime-config=networking.k8s.io/v1alpha1=false",