diff --git a/swarm/api/http/server_test.go b/swarm/api/http/server_test.go index 5f87ab6537..6ec72330cb 100644 --- a/swarm/api/http/server_test.go +++ b/swarm/api/http/server_test.go @@ -218,8 +218,8 @@ func TestBzzResource(t *testing.T) { } func TestBzzGetPath(t *testing.T) { + // TODO: add encrypted test case testBzzGetPath(false, t) - // testBzzGetPath(true, t) } func testBzzGetPath(encrypted bool, t *testing.T) {