test: we will not use dev mode for testing for now
This commit is contained in:
parent
d14182c2de
commit
00117ed09b
|
@ -36,8 +36,6 @@ var TempDir = os.TempDir()
|
|||
// startup procedure suitable for testing. It panics if there are errors
|
||||
// during creation or startup instead of returning errors. It manages a
|
||||
// temporary data directory which is removed after shutdown.
|
||||
//
|
||||
// todo(fs): do we need the temp data dir if we run in dev mode?
|
||||
type TestAgent struct {
|
||||
// Name is an optional name of the agent.
|
||||
Name string
|
||||
|
|
Loading…
Reference in New Issue