Enable TestStartWithTendermint (closes #668)
This commit is contained in:
parent
ed54dc43f2
commit
fb3572c445
@ -1,7 +1,7 @@
|
||||
package server
|
||||
|
||||
import (
|
||||
// "os"
|
||||
"os"
|
||||
"testing"
|
||||
"time"
|
||||
|
||||
@ -30,7 +30,6 @@ func TestStartStandAlone(t *testing.T) {
|
||||
RunOrTimeout(startCmd, timeout, t)
|
||||
}
|
||||
|
||||
/*
|
||||
func TestStartWithTendermint(t *testing.T) {
|
||||
defer setupViper(t)()
|
||||
|
||||
@ -52,4 +51,3 @@ func TestStartWithTendermint(t *testing.T) {
|
||||
|
||||
RunOrTimeout(startCmd, timeout, t)
|
||||
}
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user