Skip to content

Commit

Permalink
Highlight tests that are actually being skipped and not run
Browse files Browse the repository at this point in the history
  • Loading branch information
tatiana committed Nov 27, 2024
1 parent a24a7b7 commit 5f1c4e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_dag_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ def test_dag_runs(setup_airflow_db, dag_id, dag, fileloc):
assert dag is not None, f"DAG {dag_id} not found!"

if dag_id != "Ray_Taskflow_Example":
pytest.skip(f"Currently untested {dag_id}")
return

try:
Expand Down

0 comments on commit 5f1c4e0

Please sign in to comment.