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 3f9af2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_example_dags.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
IGNORED_DAG_FILES = ["example_callbacks.py"]

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

0 comments on commit 3f9af2f

Please sign in to comment.