test: skip hanging test

This commit is contained in:
Krrish Dholakia 2024-05-05 00:27:38 -07:00
parent e95be13f10
commit 918367cc7b
2 changed files with 2 additions and 0 deletions

View file

@ -12,6 +12,7 @@ from typing import Any, Literal, Union, BinaryIO
from functools import partial
import dotenv, traceback, random, asyncio, time, contextvars
from copy import deepcopy
import httpx
import litellm
from ._logging import verbose_logger