gapic-generator-python icon indicating copy to clipboard operation
gapic-generator-python copied to clipboard

Restore failing test `test_<service>_api_version_header_async`

Open parthea opened this issue 4 months ago • 3 comments

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

parthea avatar Aug 27 '25 22:08 parthea