mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-14 07:53:47 +00:00
Update sealer_test.go
This commit is contained in:
parent
9330780bb1
commit
f919886a39
1 changed files with 0 additions and 2 deletions
|
|
@ -180,8 +180,6 @@ func TestRemoteMultiNotify(t *testing.T) {
|
||||||
// Tests that pushing work packages fast to the miner doesn't cause any data race
|
// Tests that pushing work packages fast to the miner doesn't cause any data race
|
||||||
// issues in the notifications. Full pending block body / --miner.notify.full)
|
// issues in the notifications. Full pending block body / --miner.notify.full)
|
||||||
func TestRemoteMultiNotifyFull(t *testing.T) {
|
func TestRemoteMultiNotifyFull(t *testing.T) {
|
||||||
t.Skip()
|
|
||||||
|
|
||||||
// Start a simple web server to capture notifications.
|
// Start a simple web server to capture notifications.
|
||||||
sink := make(chan map[string]interface{}, 64)
|
sink := make(chan map[string]interface{}, 64)
|
||||||
server := httptest.NewServer(http.HandlerFunc(func(w http.ResponseWriter, req *http.Request) {
|
server := httptest.NewServer(http.HandlerFunc(func(w http.ResponseWriter, req *http.Request) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue