Skip to content

Commit

Permalink
Fix DB isolation tests on v2-10-test (apache#45029)
Browse files Browse the repository at this point in the history
  • Loading branch information
jscheffl authored Dec 18, 2024
1 parent 5512cd4 commit d721a79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/operators/test_python.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d721a79

Please sign in to comment.