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 344cedc commit ece3937Copy full SHA for ece3937
util/opentelemetry-util-genai/tests/test_upload.py
@@ -150,7 +150,7 @@ def test_shutdown_no_items(self):
150
self.hook.shutdown()
151
152
@skipIf(
153
- python_implementation().lower() == "pypy", "fails randomly on pypy"
+ python_implementation().lower() == "pypy", "fails randomly on pypy: https://github.com/open-telemetry/opentelemetry-python-contrib/issues/3812"
154
)
155
def test_upload_then_shutdown(self):
156
self.hook.on_completion(
0 commit comments