Skip to content

Commit f442062

Browse files
NO-SNOW temporarily disable some OAuth integration tests using default redirect_uri
1 parent 9ddfa23 commit f442062

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/auth/test_snowflake_authorization_code_wildcards.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ def setup_and_teardown():
2323
clean_browser_processes()
2424

2525

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

4043

44+
@pytest.mark.skip(
45+
"temporarily disabled, update redirect uri for the security integration will break other drivers tests"
46+
)
4147
@pytest.mark.auth
4248
def test_snowflake_authorization_code_wildcards_mismatched_user():
4349
connection_parameters = (

0 commit comments

Comments
 (0)