mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-11 22:51:28 +00:00
Merge pull request #19013 from BerriAI/litellm_test_comment_out_flaky
[test] temporarily disable flaky responses_id_security tests
This commit is contained in:
commit
b3e126222f
1 changed files with 2 additions and 0 deletions
|
|
@ -115,6 +115,7 @@ class TestDecryptResponseId:
|
|||
class TestEncryptResponseId:
|
||||
"""Test _encrypt_response_id function"""
|
||||
|
||||
@pytest.mark.skip(reason="Flaky on CI; disabling temporarily until responses_id_security is fixed")
|
||||
def test_encrypt_response_id_success(
|
||||
self, responses_id_security, mock_user_api_key_dict
|
||||
):
|
||||
|
|
@ -139,6 +140,7 @@ class TestEncryptResponseId:
|
|||
assert result.id.startswith("resp_")
|
||||
mock_encrypt.assert_called_once()
|
||||
|
||||
@pytest.mark.skip(reason="Flaky on CI; disabling temporarily until responses_id_security is fixed")
|
||||
def test_encrypt_response_id_maintains_prefix(
|
||||
self, responses_id_security, mock_user_api_key_dict
|
||||
):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue