Skip to content

Commit 700d8d3

Browse files
committed
Don't start top container in test
Signed-off-by: Michael Crosby <[email protected]>
1 parent bb0f83a commit 700d8d3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

daemon_config_linux_test.go

-4
Original file line numberDiff line numberDiff line change
@@ -159,10 +159,6 @@ func TestDaemonRuntimeRoot(t *testing.T) {
159159
t.Fatal(err)
160160
}
161161

162-
if err = task.Start(ctx); err != nil {
163-
t.Fatal(err)
164-
}
165-
166162
stateJSONPath := filepath.Join(runtimeRoot, testNamespace, id, "state.json")
167163
if _, err = os.Stat(stateJSONPath); err != nil {
168164
t.Errorf("error while getting stat for %s: %v", stateJSONPath, err)

0 commit comments

Comments
 (0)