Skip to content

Commit

Permalink
skip test_runtime_config if run in SP (snowflakedb#722)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-aalam authored Mar 11, 2023
1 parent 7c24199 commit 6e7c4c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integ/test_session.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
from tests.utils import IS_IN_STORED_PROC, IS_IN_STORED_PROC_LOCALFS, TestFiles, Utils


@pytest.mark.skipif(IS_IN_STORED_PROC, reason="Cannot create session in SP")
def test_runtime_config(db_parameters):
session = (
Session.builder.configs(db_parameters)
Expand Down

0 comments on commit 6e7c4c0

Please sign in to comment.