udim commented on a change in pull request #12385:
URL: https://github.com/apache/beam/pull/12385#discussion_r463875215
##########
File path: sdks/python/scripts/run_pytest.sh
##########
@@ -29,10 +29,16 @@ posargs=$2
# Run with pytest-xdist and without.
pytest -o junit_suite_name=${envname} \
- --junitxml=pytest_${envname}.xml -m 'not no_xdist' -n 6 --pyargs ${posargs}
+ --junitxml=pytest_${envname}.xml -m 'not no_xdist' -n 6 \
+ --ignore=apache_beam/runners/portability/flink_runner_test.py \
Review comment:
Can you instead check if `test-pipeline-options` is set? I believe
that's how all the other ITs are skipped (see `TestPipeline` code).
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]