raphaelauv commented on a change in pull request #20411:
URL: https://github.com/apache/airflow/pull/20411#discussion_r775029826
##########
File path: tests/models/test_skipmixin.py
##########
@@ -117,3 +118,28 @@ def get_state(ti):
assert get_state(ti2) == State.NONE
assert get_state(ti3) == State.SKIPPED
+
+ @pytest.mark.parametrize("branch_task_ids", [None, []])
+ def test_skip_all_except_none(self, dag_maker, branch_task_ids):
Review comment:
thanks for the code example
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]