mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-28 04:04:31 +00:00
fix Local only test. WIP
This commit is contained in:
parent
23af02434a
commit
9793344809
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ verbose_logger.setLevel(logging.DEBUG)
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.asyncio
|
@pytest.mark.asyncio
|
||||||
|
@pytest.mark.skip(reason="Local only test. WIP.")
|
||||||
async def test_async_otel_callback():
|
async def test_async_otel_callback():
|
||||||
exporter = InMemorySpanExporter()
|
exporter = InMemorySpanExporter()
|
||||||
litellm.set_verbose = True
|
litellm.set_verbose = True
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue