Skip to content

Commit

Permalink
Run only one dag for integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
venkatajagannath committed Aug 26, 2024
1 parent 237c374 commit 3337df6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_dag_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def test_dag_runs(setup_airflow_db, dag_id, dag, fileloc):
print(f"Testing DAG: {dag_id}, located at: {fileloc}")
assert dag is not None, f"DAG {dag_id} not found!"

if dag_id == "Ray_Taskflow_Example_Existing_Cluster":
if dag_id != "Ray_Taskflow_Example":
return

try:
Expand Down

0 comments on commit 3337df6

Please sign in to comment.