python3Packages.opentelemetry-exporter-otlp-proto-grpc: disable timing-sensitive tests

This commit is contained in:
Sarah Clark
2026-07-15 09:22:16 -07:00
parent 0bfbb4d76d
commit bf164bedad
@@ -36,6 +36,12 @@ buildPythonPackage {
enabledTestPaths = [ "tests" ];
disabledTests = [
# Timing-sensitive
"test_retry_info_is_respected"
"test_timeout_set_correctly"
];
pythonImportsCheck = [ "opentelemetry.exporter.otlp.proto.grpc" ];
__darwinAllowLocalNetworking = true;