test: we will not use dev mode for testing for now

This commit is contained in:
Frank Schroeder 2017-05-31 11:34:00 +02:00
parent d14182c2de
commit 00117ed09b
No known key found for this signature in database
GPG Key ID: 4D65C6EAEC87DECD
1 changed files with 0 additions and 2 deletions

View File

@ -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