vendor: remove unused libraries#717
Conversation
janos
left a comment
There was a problem hiding this comment.
LGTM, just govendor list reports that github.com/influxdata/influxdb/client/v2 is unused too.
|
Shouldn't |
| ) | ||
|
|
||
| func TestUPNP_DDWRT(t *testing.T) { | ||
| t.Skip("broken") |
There was a problem hiding this comment.
This change is not related to removing vendoring....what's the reason to re-enable this test?
There was a problem hiding this comment.
See comment on PR - these tests are not related to Swarm, and I don't see them failing on go-ethereum master.
| var cntPrev int | ||
|
|
||
| func XTestSimulation(t *testing.T) { | ||
| func TestSimulation(t *testing.T) { |
There was a problem hiding this comment.
Same here, rationale for re-enabling this test?
There was a problem hiding this comment.
See comment on PR - these tests are not related to Swarm, and I don't see them failing on go-ethereum master.
This PR is: