Skip to content

Commit e7ec4ec

Browse files
committed
Skip the Kerberos transport test on Windows
1 parent 776686c commit e7ec4ec

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/catalog/test_hive.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1465,6 +1465,7 @@ def test_kerberized_client_uses_fresh_transport_on_reuse(
14651465
assert first_transport_id != second_transport_id
14661466

14671467

1468+
@pytest.mark.skipif(sys.platform == "win32", reason="Kerberos/puresasl not available on Windows")
14681469
def test_kerberized_client_uses_configured_service_host() -> None:
14691470
"""The SASL host must come from hive.kerberos-service-host, or the URI host when unset."""
14701471
configured = _HiveClient(

0 commit comments

Comments
 (0)