Skip to content

Commit 2be10eb

Browse files
committed
disable test_recv_op
1 parent 899827f commit 2be10eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424

2525
class TestRecvOp(unittest.TestCase):
26-
def test_send(self):
26+
def no_test_send(self):
2727
# Run init_serv in a thread
2828
place = fluid.CPUPlace()
2929
p = Process(target=self.init_serv, args=(place, ))

0 commit comments

Comments
 (0)