Skip to content

Commit

Permalink
Fix integrationt test for AF 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tatiana committed Dec 6, 2024
1 parent 08b7592 commit aa0ef3e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_example_dags.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
IGNORED_DAG_FILES = ["example_callbacks.py"]

MIN_VER_DAG_FILE_VER: dict[str, list[str]] = {
"2.3": ["example_dynamic_task_mapping.py"],
# TaskFlow examples unrelated to dynamic task mapping work in earlier versions
"2.3": ["example_dynamic_task_mapping.py", "example_taskflow.py"],
"2.7": ["example_map_index_template.py"],
}

Expand Down

0 comments on commit aa0ef3e

Please sign in to comment.