-
Notifications
You must be signed in to change notification settings - Fork 72
Open
Labels
priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Description
FAILED tests/unit/gapic/showcase_v1beta1/test_echo.py::test_echo_api_version_header_async - Failed: async def functions are not natively supported.
Generated test test_<service>_api_version_header_async
is failing because the async test code is not marked with @pytest.mark.asyncio
It's not clear why this test started failing, but to avoid blocking development, we will comment out the test until it's fixed
Metadata
Metadata
Assignees
Labels
priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.