gapic-generator-python
gapic-generator-python copied to clipboard
Restore failing test `test_<service>_api_version_header_async`
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