Taragolis commented on code in PR #28378:
URL: https://github.com/apache/airflow/pull/28378#discussion_r1049448387
##########
tests/core/test_impersonation_tests.py:
##########
@@ -114,23 +92,28 @@ def create_user():
@pytest.mark.quarantined
-class TestImpersonation(unittest.TestCase):
+class TestImpersonation:
Review Comment:
`TestImpersonation::test_impersonation_subdag` test almost reach timeout
(60s)
```console
============================ slowest 100 durations
=============================
48.91s call
tests/core/test_impersonation_tests.py::TestImpersonation::test_impersonation_subdag
24.39s call
tests/core/test_impersonation_tests.py::TestImpersonationWithCustomPythonPath::test_impersonation_custom
12.27s call
tests/core/test_impersonation_tests.py::TestImpersonation::test_impersonation
12.18s call
tests/core/test_impersonation_tests.py::TestImpersonation::test_default_impersonation
6.40s setup
tests/core/test_impersonation_tests.py::TestImpersonation::test_impersonation
6.34s call
tests/core/test_impersonation_tests.py::TestImpersonation::test_no_impersonation
```
--
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]