File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/snowflake/connector/aio Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ async def validate_ocsp(
103103 ocsp_response_cache_uri = FEATURE_OCSP_RESPONSE_CACHE_FILE_NAME ,
104104 use_fail_open = self ._snowflake_ocsp_mode == OCSPMode .FAIL_OPEN ,
105105 hostname = hostname ,
106- # TODO: uncomment when issues with ocsp revoked certs in tests are fixed (reapply #2559)
106+ # TODO (SNOW-2871292) : uncomment when issues with ocsp revoked certs in tests are fixed (reapply #2559)
107107 # root_certs_dict_lock_timeout=FEATURE_ROOT_CERTS_DICT_LOCK_TIMEOUT,
108108 ).validate (hostname , protocol , session_manager = session_manager )
109109 if not v :
Original file line number Diff line number Diff line change @@ -1335,7 +1335,7 @@ async def test_ocsp_mode_insecure_mode_and_disable_ocsp_checks_mismatch_ocsp_ena
13351335 assert "snowflake.connector.aio._ocsp_snowflake" not in caplog .text
13361336
13371337
1338- # TODO: uncomment when issues with ocsp revoked certs in tests are fixed (reapply #2559)
1338+ # TODO (SNOW-2871292) : uncomment when issues with ocsp revoked certs in tests are fixed (reapply #2559)
13391339# @pytest.mark.skipolddriver
13401340# async def test_root_certs_dict_lock_timeout_fail_open(conn_cnx):
13411341# """Test OCSP root certificates lock timeout with fail-open mode and side effect mock."""
You can’t perform that action at this time.
0 commit comments