Skip to content

Commit 2f08797

Browse files
committed
chore: disable manual serverless tests
1 parent 575a67b commit 2f08797

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/manual/test_redshift_serverless.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,19 @@
2222
"""
2323

2424

25+
@pytest.mark.skip(reason="manual")
2526
def test_native_auth(serverless_native_db_kwargs):
2627
with redshift_connector.connect(**serverless_native_db_kwargs):
2728
pass
2829

2930

31+
@pytest.mark.skip(reason="manual")
3032
def test_iam_auth(serverless_iam_db_kwargs):
3133
with redshift_connector.connect(**serverless_iam_db_kwargs):
3234
pass
3335

3436

37+
@pytest.mark.skip(reason="manual")
3538
def test_idp_auth(okta_idp):
3639
okta_idp["host"] = "my_redshift_serverless_endpoint"
3740

0 commit comments

Comments
 (0)