mirror of https://github.com/grpc/grpc-java.git
netty: removes TODO in test for NettyServer
This commit is contained in:
parent
c77083f013
commit
9dd0c66929
|
@ -486,9 +486,8 @@ public class NettyServerTest {
|
|||
assertEquals(ns.getListenSocketAddress(), socketStats.local);
|
||||
assertNull(socketStats.remote);
|
||||
|
||||
// TODO(zpencer): uncomment when sock options are exposed
|
||||
// by default, there are some socket options set on the listen socket
|
||||
// assertThat(socketStats.socketOptions.additional).isNotEmpty();
|
||||
assertThat(socketStats.socketOptions.others).isNotEmpty();
|
||||
|
||||
// Cleanup
|
||||
ns.shutdown();
|
||||
|
|
Loading…
Reference in New Issue