Skip to content

Commit 56b975d

Browse files
authored
Merge branch 'main' into fix-metrics-u64-serialization
2 parents 7e84c98 + 37d2e51 commit 56b975d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

opentelemetry-otlp/tests/integration_test/tests/logs.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ mod logtests {
9999
Ok(())
100100
}
101101

102+
#[ignore = "TODO: [Fix Me] Failing on CI. Needs to be investigated and resolved."]
102103
#[test]
103104
#[cfg(any(feature = "tonic-client", feature = "reqwest-blocking-client"))]
104105
pub fn logs_batch_non_tokio_main() -> Result<()> {

opentelemetry-otlp/tests/integration_test/tests/traces.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ pub fn test_serde() -> Result<()> {
141141
Ok(())
142142
}
143143

144+
#[ignore = "TODO: [Fix Me] Failing on CI. Needs to be investigated and resolved."]
144145
#[test]
145146
#[cfg(any(feature = "tonic-client", feature = "reqwest-blocking-client"))]
146147
pub fn span_batch_non_tokio_main() -> Result<()> {

0 commit comments

Comments
 (0)