Skip to content

Commit d64c214

Browse files
committed
remove RUN_VERTEX_AI_TESTS flag
1 parent 81fe00c commit d64c214

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

sdks/python/apache_beam/ml/rag/embeddings/vertex_ai_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ def chunk_approximately_equals(expected, actual):
6161
all(isinstance(x, float) for x in actual.embedding.dense_embedding))
6262

6363

64-
@skip_if_vertex_ai_disabled
6564
@pytest.mark.vertex_ai_postcommit
6665
@unittest.skipIf(
6766
not VERTEX_AI_AVAILABLE, "Vertex AI dependencies not available")

0 commit comments

Comments
 (0)