Don't start top container in test

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
Michael Crosby 2018-09-12 11:23:24 -04:00
parent bb0f83ab6e
commit 700d8d3aa8

View File

@ -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)