mirror of
https://github.com/status-im/consul.git
synced 2025-02-18 00:27:04 +00:00
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
|
// startup procedure suitable for testing. It panics if there are errors
|
||||||
// during creation or startup instead of returning errors. It manages a
|
// during creation or startup instead of returning errors. It manages a
|
||||||
// temporary data directory which is removed after shutdown.
|
// 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 {
|
type TestAgent struct {
|
||||||
// Name is an optional name of the agent.
|
// Name is an optional name of the agent.
|
||||||
Name string
|
Name string
|
||||||
|
Loading…
x
Reference in New Issue
Block a user