mirror of https://github.com/status-im/consul.git
test: we will not use dev mode for testing for now
This commit is contained in:
parent
f89ae9f7e7
commit
dcc68f0f85
|
@ -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