Skip to content

Commit

Permalink
Merge branch 'main' into indiv-process-tests-code-style-tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
soxofaan committed Jan 16, 2024
2 parents 5779218 + 340805f commit fe7224e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def test_process(
pytest.skip(f"Skipping experimental process {process_id}")

skipper.skip_if_unmatching_process_level(level)
if process_id not in processes:
if len(processes) > 0 and process_id not in processes:
pytest.skip(
f"Skipping process {process_id!r} because it is not in the specified processes"
)
Expand Down

0 comments on commit fe7224e

Please sign in to comment.