Skip to content

Commit b0cc432

Browse files
authored
Mark dynamically generated ml_preprocessing test as no_xdist for precommit (#38353)
1 parent dfe97e6 commit b0cc432

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdks/python/apache_beam/yaml/examples/testing/examples_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,6 @@ def _java_deps_involved(spec_filename):
394394
for substr in ['java_deps', 'streaming_taxifare_prediction'])
395395

396396
if _python_deps_involved(pipeline_spec_file):
397-
test_yaml_example = pytest.mark.no_xdist(test_yaml_example)
398397
test_yaml_example = unittest.skipIf(
399398
sys.platform == 'win32', "Github virtualenv permissions issues.")(
400399
test_yaml_example)
@@ -406,6 +405,7 @@ def _java_deps_involved(spec_filename):
406405
'-cloud' in os.environ.get('TOX_ENV_NAME', ''),
407406
'Github actions environment issue.')(
408407
test_yaml_example)
408+
test_yaml_example = pytest.mark.no_xdist(test_yaml_example)
409409

410410
if _java_deps_involved(pipeline_spec_file):
411411
test_yaml_example = pytest.mark.xlang_sql_expansion_service(

0 commit comments

Comments
 (0)