未验证 提交 001c0674 编写于 作者: K Kaipeng Deng 提交者: GitHub

disable test_multiprocess_dataloader_static for random fail in Py35 CI. test=develop (#25265)

上级 c00f8278
......@@ -157,6 +157,10 @@ class TestStaticDataLoader(unittest.TestCase):
return ret
def test_main(self):
# FIXME(dkp): disable for random fail in Py35 cloud,
# should be fixed ASAP
if sys.version[:3] == '3.5':
return
for p in prepare_places(True):
results = []
for num_workers in [0, 2]:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册