Enable TestStartWithTendermint (closes #668)

This commit is contained in:
Christopher Goes 2018-04-02 18:51:39 +02:00
parent ed54dc43f2
commit fb3572c445
No known key found for this signature in database
GPG Key ID: E828D98232D328D3

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)
}
*/