yuqian90 opened a new pull request #11120:
URL: https://github.com/apache/airflow/pull/11120
Cherry picked from #10751 for v1-10-test.
This is the original commit message:
closes: #10725
- Make sure `SkipMixin.skip_all_except()` handles empty branches like this
properly. When "task1" is followed, "join" must not be skipped even though it
is considered to be immediately downstream of "branch".
```
branch -----> join
\ ^
v /
task1
```
- Added a test for this scenario
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]