Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/867-potential-connection-leak-in…
Browse files Browse the repository at this point in the history
…-createconnection-method' into 867-potential-connection-leak-in-createconnection-method
  • Loading branch information
subkanthi committed Feb 18, 2025
2 parents 5a202ef + 474d6d0 commit 63baddd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions sink-connector-lightweight/tests/integration/regression_auto.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,11 +274,11 @@ def regression(
parallel=True,
executor=executor,
)
Feature(
run=load("tests.snowflake_id", "module"),
parallel=True,
executor=executor,
)
# Feature(
# run=load("tests.snowflake_id", "module"),
# parallel=True,
# executor=executor,
# )
Feature(
run=load("tests.table_names", "module"),
parallel=True,
Expand Down

0 comments on commit 63baddd

Please sign in to comment.