提交 4a7f59f8 编写于 作者: P Priya Wadhwa

remove preload flag

上级 5ef83f35
...@@ -175,7 +175,7 @@ func TestStartStopWithPreload(t *testing.T) { ...@@ -175,7 +175,7 @@ func TestStartStopWithPreload(t *testing.T) {
ctx, cancel := context.WithTimeout(context.Background(), Minutes(40)) ctx, cancel := context.WithTimeout(context.Background(), Minutes(40))
defer CleanupWithLogs(t, profile, cancel) defer CleanupWithLogs(t, profile, cancel)
startArgs := []string{"start", "-p", profile, "--memory=2200", "--alsologtostderr", "-v=3", "--wait=true", "--preload=false"} startArgs := []string{"start", "-p", profile, "--memory=2200", "--alsologtostderr", "-v=3", "--wait=true"}
startArgs = append(startArgs, StartArgs()...) startArgs = append(startArgs, StartArgs()...)
k8sVersion := "v1.17.0" k8sVersion := "v1.17.0"
startArgs = append(startArgs, fmt.Sprintf("--kubernetes-version=%s", k8sVersion)) startArgs = append(startArgs, fmt.Sprintf("--kubernetes-version=%s", k8sVersion))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册