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
6 changes: 6 additions & 0 deletions test/auth/test_snowflake_authorization_code_wildcards.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ def setup_and_teardown():
clean_browser_processes()


@pytest.mark.skip(
"temporarily disabled, update redirect uri for the security integration will break other drivers tests"
)
@pytest.mark.auth
def test_snowflake_authorization_code_wildcards_successful():
connection_parameters = (
Expand All @@ -38,6 +41,9 @@ def test_snowflake_authorization_code_wildcards_successful():
assert test_helper.error_msg == "", "Error message should be empty"


@pytest.mark.skip(
"temporarily disabled, update redirect uri for the security integration will break other drivers tests"
)
@pytest.mark.auth
def test_snowflake_authorization_code_wildcards_mismatched_user():
connection_parameters = (
Expand Down
Loading