From f34b794cd77ffaf6cd292cc0725a7646c04f14c4 Mon Sep 17 00:00:00 2001 From: Leonid Kuligin Date: Wed, 21 Feb 2024 20:36:17 +0100 Subject: [PATCH] marked test as skipped --- libs/vertexai/tests/integration_tests/test_image_utils.py | 2 ++ 1 file changed, 2 insertions(+) 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"