Skip to content

Commit

Permalink
fix: run integration tests in session (#3801)
Browse files Browse the repository at this point in the history
  • Loading branch information
eakmanrq authored Feb 7, 2025
1 parent c6af34b commit ebad540
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/core/engine_adapter/integration/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ def ctx(
ctx = TestContext(test_type, engine_adapter, mark, gateway, is_remote=is_remote)
ctx.init()

yield ctx
with ctx.engine_adapter.session({}):
yield ctx

try:
ctx.cleanup()
Expand Down

0 comments on commit ebad540

Please sign in to comment.