Skip to content

Commit 73797e6

Browse files
committed
chore(ci): unmark test as fixture
1 parent 01dafe7 commit 73797e6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

generative_ai/embeddings/test_embeddings_examples.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535

3636

3737
@backoff.on_exception(backoff.expo, ResourceExhausted, max_time=10)
38-
@pytest.fixture(scope="session")
3938
def test_embed_text_batch() -> None:
4039
os.environ["GCS_OUTPUT_URI"] = "gs://python-docs-samples-tests/"
4140
batch_prediction_job = batch_example.embed_text_batch()

0 commit comments

Comments
 (0)