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