diff --git a/test/e2e/framework/test_context.go b/test/e2e/framework/test_context.go index 1a19d9e819..0c009dc7ae 100644 --- a/test/e2e/framework/test_context.go +++ b/test/e2e/framework/test_context.go @@ -57,7 +57,7 @@ func (t *TestContextType) NamespaceScopedControlPlane() bool { var TestContext = &TestContextType{} func registerFlags(t *TestContextType) { - flag.BoolVar(&t.InMemoryControllers, "in-memory-controllers", true, + flag.BoolVar(&t.InMemoryControllers, "in-memory-controllers", false, "Whether KubeFed controllers should be started in memory.") flag.StringVar(&t.KubeConfig, "kubeconfig", os.Getenv("KUBECONFIG"), "Path to kubeconfig containing embedded authinfo.")