diff --git a/daemon_config_linux_test.go b/daemon_config_linux_test.go index 793baa0ad..40cfe891d 100644 --- a/daemon_config_linux_test.go +++ b/daemon_config_linux_test.go @@ -159,10 +159,6 @@ func TestDaemonRuntimeRoot(t *testing.T) { t.Fatal(err) } - if err = task.Start(ctx); err != nil { - t.Fatal(err) - } - stateJSONPath := filepath.Join(runtimeRoot, testNamespace, id, "state.json") if _, err = os.Stat(stateJSONPath); err != nil { t.Errorf("error while getting stat for %s: %v", stateJSONPath, err)