eric-haibin-lin commented on a change in pull request #11366: Fix flaky
test:test_sample_multinomial
URL: https://github.com/apache/incubator-mxnet/pull/11366#discussion_r200502957
##########
File path: tests/python/unittest/test_random.py
##########
@@ -358,6 +358,7 @@ def test_parallel_random_seed_setting_for_context():
for i in range(1, len(samples_sym)):
assert same(samples_sym[i - 1], samples_sym[i])
+@retry(5)
@with_seed()
@unittest.skip("Flaky test:
https://github.com/apache/incubator-mxnet/issues/11487")
Review comment:
Remove this line?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services