We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 575a67b commit 2f08797Copy full SHA for 2f08797
test/manual/test_redshift_serverless.py
@@ -22,16 +22,19 @@
22
"""
23
24
25
+@pytest.mark.skip(reason="manual")
26
def test_native_auth(serverless_native_db_kwargs):
27
with redshift_connector.connect(**serverless_native_db_kwargs):
28
pass
29
30
31
32
def test_iam_auth(serverless_iam_db_kwargs):
33
with redshift_connector.connect(**serverless_iam_db_kwargs):
34
35
36
37
38
def test_idp_auth(okta_idp):
39
okta_idp["host"] = "my_redshift_serverless_endpoint"
40
0 commit comments