benWize commented on pull request #14795:
URL: https://github.com/apache/beam/pull/14795#issuecomment-871025177


   I don't think this PR is related to that flakiness, I was able to reproduce 
it locally in code before this PR was merge using this plugin 
https://github.com/dropbox/pytest-flakefinder as:
   `pytest -o junit_suite_name=py38-cloud --junitxml=pytest_py38-cloud.xml 
--log-cli-level=DEBUG 
"apache_beam/options/pipeline_options_test.py::PipelineOptionsTest"  
--flake-finder --flake-runs=10 -n 9`.
   The problem could be related to xdist, maybe adding the marker 
`@pytest.mark.no_xdist` to test_display_data should fix the problem.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscr...@beam.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to