diff --git a/rpc/tendermint/test/client_rpc_test.go b/rpc/tendermint/test/client_rpc_test.go index fbbf6b4d9f3b0b989b2c6180695ae523e66f7748..317e60a1d2789c84546de9d807ecc88cb3920361 100644 --- a/rpc/tendermint/test/client_rpc_test.go +++ b/rpc/tendermint/test/client_rpc_test.go @@ -57,9 +57,7 @@ func testHTTPCallContract(t *testing.T) { testCall(t, "HTTP") } -// TODO: test has been disabled and needs to be re-enabled; tracked in issue -// https://github.com/eris-ltd/eris-db/issues/238 -func testHTTPNameReg(t *testing.T) { +func TestHTTPNameReg(t *testing.T) { if testing.Short() { t.Skip("skipping test in short mode.") }