We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff0413d commit 325982fCopy full SHA for 325982f
instrumentation-genai/opentelemetry-instrumentation-vertexai/tests/test_chat_completions.py
@@ -504,11 +504,6 @@ def fixture_generate_content(
504
"""
505
is_async: bool = request.param
506
507
- if is_async and vcr.record_mode != RecordMode.NONE:
508
- pytest.skip(
509
- "Skip async tests when VCR is recording so that fixtures are only recorded once"
510
- )
511
-
512
if is_async:
513
# See
514
# https://github.com/googleapis/python-aiplatform/blob/cb0e5fedbf45cb0531c0b8611fb7fabdd1f57e56/google/cloud/aiplatform/initializer.py#L717-L729
0 commit comments