diff --git a/tests/operators/test_python.py b/tests/operators/test_python.py index f24281275126d..61bae20671d74 100644 --- a/tests/operators/test_python.py +++ b/tests/operators/test_python.py @@ -289,6 +289,7 @@ def func(custom, dag): 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