Skip to content

Commit

Permalink
fix exec cmd agent test
Browse files Browse the repository at this point in the history
  • Loading branch information
tinnywang committed Aug 27, 2024
1 parent 3bddd09 commit 68d2ec4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions agent/engine/engine_windows_integ_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -715,6 +715,7 @@ func setupEngineForExecCommandAgent(t *testing.T, hostBinDir string) (TaskEngine
taskEngine := NewDockerTaskEngine(cfg, dockerClient, credentialsManager,
eventstream.NewEventStream("ENGINEINTEGTEST", context.Background()), imageManager, &hostResourceManager, state, metadataManager,
nil, execCmdMgr, engineserviceconnect.NewManager(), getTestDaemonManagers())
taskEngine.monitorExecAgentsInterval = time.Second
taskEngine.MustInit(context.TODO())
return taskEngine, func() {
taskEngine.Shutdown()
Expand Down

0 comments on commit 68d2ec4

Please sign in to comment.