Skip to content
Snippets Groups Projects
Unverified Commit 3468810c authored by Silas Davis's avatar Silas Davis
Browse files

Poof, and the tests were gone

parent 3dd192e0
No related branches found
No related tags found
No related merge requests found
// +build integration
// Space above here matters
package test
import (
......@@ -82,9 +85,7 @@ func TestJSONBroadcastTx(t *testing.T) {
testBroadcastTx(t, "JSONRPC")
}
// TODO: test has been disabled and needs to be re-enabled; tracked in issue
// https://github.com/eris-ltd/eris-db/issues/238
func testJSONGetStorage(t *testing.T) {
func TestJSONGetStorage(t *testing.T) {
if testing.Short() {
t.Skip("skipping test in short mode.")
}
......
// +build integration
// Space above here matters
package test
import (
......
// +build integration
// Space above here matters
package test
import (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment