diff --git a/libs/vertexai/tests/integration_tests/test_image_utils.py b/libs/vertexai/tests/integration_tests/test_image_utils.py index b297fa0d..87f75a81 100644 --- a/libs/vertexai/tests/integration_tests/test_image_utils.py +++ b/libs/vertexai/tests/integration_tests/test_image_utils.py @@ -1,9 +1,11 @@ +import pytest from google.cloud import storage # type: ignore[attr-defined] from google.cloud.exceptions import NotFound from langchain_google_vertexai._image_utils import ImageBytesLoader +@pytest.mark.skip("CI testing not set up") def test_image_utils(): base64_image = ( "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAA"