Skip to content

Commit ece3937

Browse files
xrmxaabmass
andauthored
Update util/opentelemetry-util-genai/tests/test_upload.py
Co-authored-by: Aaron Abbott <[email protected]>
1 parent 344cedc commit ece3937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/opentelemetry-util-genai/tests/test_upload.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def test_shutdown_no_items(self):
150150
self.hook.shutdown()
151151

152152
@skipIf(
153-
python_implementation().lower() == "pypy", "fails randomly on pypy"
153+
python_implementation().lower() == "pypy", "fails randomly on pypy: https://github.com/open-telemetry/opentelemetry-python-contrib/issues/3812"
154154
)
155155
def test_upload_then_shutdown(self):
156156
self.hook.on_completion(

0 commit comments

Comments
 (0)