Enable TestStartWithTendermint (closes #668)

This commit is contained in:
Christopher Goes
2018-04-03 22:16:03 +02:00
parent ed54dc43f2
commit fb3572c445
+1 -3
View File
@@ -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)
}
*/