Taragolis commented on code in PR #28378:
URL: https://github.com/apache/airflow/pull/28378#discussion_r1049445289
##########
tests/executors/test_celery_executor.py:
##########
@@ -100,15 +102,14 @@ def teardown_method(self) -> None:
@pytest.mark.quarantined
@pytest.mark.backend("mysql", "postgres")
- def test_exception_propagation(self):
-
- with _prepare_app(), self.assertLogs(celery_executor.log) as cm:
+ def test_exception_propagation(self, caplog):
Review Comment:
This test skipped in Quarantined test in CI because it run in SQLite backend
--
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]