Merge pull request #9581 from jacquesqiao/disable-test_recv_op

disable test_recv_op
helinwang-patch-1
Qiao Longfei 7 years ago committed by GitHub
commit 991b582efc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -23,7 +23,7 @@ import time
class TestRecvOp(unittest.TestCase):
def test_send(self):
def no_test_send(self):
# Run init_serv in a thread
place = fluid.CPUPlace()
p = Process(target=self.init_serv, args=(place, ))

Loading…
Cancel
Save