Skip to content

Commit

Permalink
Skip test (#195)
Browse files Browse the repository at this point in the history
* skipped test
  • Loading branch information
lkuligin authored Apr 26, 2024
1 parent 2cc2c8d commit 6fcf4d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libs/community/langchain_google_community/vertex_rank.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
if TYPE_CHECKING:
from google.cloud import discoveryengine_v1alpha # type: ignore

if TYPE_CHECKING:
from google.cloud import discoveryengine_v1alpha # type: ignore


class VertexAIRank(BaseDocumentCompressor):
"""
Expand Down
1 change: 1 addition & 0 deletions libs/community/tests/integration_tests/test_rank.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ def ranker(
)


@pytest.mark.skip(reason="CI/CD not ready.")
def test_compression_retriever(
mock_vector_store_retriever: MockVectorStoreRetriever, ranker: VertexAIRank
) -> None:
Expand Down

0 comments on commit 6fcf4d8

Please sign in to comment.