Skip to content

Commit 5ca52a6

Browse files
committed
Skip
1 parent 7e70ecc commit 5ca52a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

blocktracker/blocktracker_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ func testListener(t *testing.T, server *testutil.TestServer, tracker BlockTracke
5353
}
5454

5555
func TestBlockTracker_Listener_JsonRPC(t *testing.T) {
56+
t.Skip()
5657
s := testutil.NewTestServer(t)
5758

5859
c, _ := jsonrpc.NewClient(s.HTTPAddr())
@@ -65,6 +66,7 @@ func TestBlockTracker_Listener_JsonRPC(t *testing.T) {
6566
}
6667

6768
func TestBlockTracker_Listener_Websocket(t *testing.T) {
69+
t.Skip()
6870
s := testutil.NewTestServer(t)
6971

7072
c, _ := jsonrpc.NewClient(s.WSAddr())

0 commit comments

Comments
 (0)