forked from phoenix/litellm-mirror
test(skip-flaky-google-context-caching-test): google is not reliable. their sample code is also not working
This commit is contained in:
parent
7939e930ff
commit
24a0d26eb1
1 changed files with 4 additions and 1 deletions
|
@ -154,6 +154,9 @@ async def test_basic_vertex_ai_pass_through_streaming_with_spendlog():
|
|||
pass
|
||||
|
||||
|
||||
@pytest.mark.skip(
|
||||
reason="skip flaky test - google context caching is flaky and not reliable."
|
||||
)
|
||||
@pytest.mark.asyncio
|
||||
async def test_vertex_ai_pass_through_endpoint_context_caching():
|
||||
import vertexai
|
||||
|
@ -161,7 +164,7 @@ async def test_vertex_ai_pass_through_endpoint_context_caching():
|
|||
from vertexai.preview import caching
|
||||
import datetime
|
||||
|
||||
load_vertex_ai_credentials()
|
||||
# load_vertex_ai_credentials()
|
||||
|
||||
vertexai.init(
|
||||
project="adroit-crow-413218",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue