vincbeck commented on PR #41067:
URL: https://github.com/apache/airflow/pull/41067#issuecomment-2263593868
Probably the issue is here?
```
for tb in airflow_frames[::-1]:
if tb.filename.startswith(AIRFLOW_PATH):
if tb.filename.startswith(AIRFLOW_TESTS_PATH):
# this is a session created directly in the test code
return True, None
else:
# We should not do that?
------>return False, tb
```
--
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]