Skip to content

Commit

Permalink
marked test as skipped
Browse files Browse the repository at this point in the history
  • Loading branch information
lkuligin committed Feb 21, 2024
1 parent 0356c2b commit f34b794
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libs/vertexai/tests/integration_tests/test_image_utils.py
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit f34b794

Please sign in to comment.