Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions tests/integ/test_bind_variable.py
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,10 @@ def proc_name(session):
return name


@pytest.mark.skipif(
IS_IN_STORED_PROC,
reason="SNOW-3454682: connector issue in stored procedures breaks this test",
)
class TestCallIdentifierBinding:
"""
SNOW-3061745: Bindings in CALL previously were not properly transferred through the expression tree.
Expand Down
Loading