test: skip test

This commit is contained in:
Krrish Dholakia 2025-08-23 11:27:46 -07:00
parent b5c4ee60bb
commit 385bb15219

View File

@ -97,6 +97,7 @@ class BaseImageGenTest(ABC):
pytest.fail(f"An exception occurred - {str(e)}")
@pytest.mark.skip(reason="Skipping image edit test, image file not in ci/cd")
def test_openai_gpt_image_1():
from litellm import image_edit
from PIL import Image