This is an automated email from the ASF dual-hosted git repository.

jscheffl pushed a commit to branch v2-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v2-10-test by this push:
     new d721a79b0d0 Fix DB isolation tests on v2-10-test (#45029)
d721a79b0d0 is described below

commit d721a79b0d09aa7353eb5d01fd4f111621bb148b
Author: Jens Scheffler <[email protected]>
AuthorDate: Wed Dec 18 14:27:12 2024 +0100

    Fix DB isolation tests on v2-10-test (#45029)
---
 tests/operators/test_python.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/operators/test_python.py b/tests/operators/test_python.py
index f2428127512..61bae20671d 100644
--- a/tests/operators/test_python.py
+++ b/tests/operators/test_python.py
@@ -289,6 +289,7 @@ class TestPythonOperator(BasePythonTest):
 
         self.run_as_task(func, op_kwargs={"custom": 1})
 
+    @pytest.mark.skip_if_database_isolation_mode  # Does not work in db 
isolation mode, fails in context serialization
     def test_context_with_kwargs(self):
         def func(**context):
             # check if context is being set

Reply via email to