Skip to content

Commit 7f5eb9f

Browse files
committed
update by comment
1 parent 7218f4f commit 7f5eb9f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

python/paddle/fluid/tests/unittests/test_listen_and_serv_op.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,10 @@ def _wait_ps_ready(self, pid):
8282
except os.error:
8383
retry_times -= 1
8484

85+
def test_rpc_interfaces(self):
86+
# TODO(Yancey1989): need to make sure the rpc interface correctly.
87+
pass
88+
8589
def test_handle_signal_in_serv_op(self):
8690
# run pserver on CPU in sync mode
8791
pid = self._start_pserver(False, True)

0 commit comments

Comments
 (0)