Skip to content

Commit 1b90bc3

Browse files
committed
skip the new unit test for old drivers
1 parent ce24b06 commit 1b90bc3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/unit/test_connection.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -721,6 +721,9 @@ def test_single_use_refresh_tokens_option_is_plumbed_into_authbyauthcode(
721721
assert conn.auth_class._enable_single_use_refresh_tokens == rtr_enabled
722722

723723

724+
# Skip for old drivers because the connection config of
725+
# reraise_error_in_file_transfer_work_function is newly introduced.
726+
@pytest.mark.skipolddriver
724727
@pytest.mark.parametrize("reraise_enabled", [True, False, None])
725728
def test_reraise_error_in_file_transfer_work_function_config(
726729
reraise_enabled: bool | None,

0 commit comments

Comments
 (0)