Don't start top container in test
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
parent
bb0f83ab6e
commit
700d8d3aa8
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user