Skip to content

Commit 37d2e51

Browse files
lalitbutpilla
andauthored
chore: disable failing integration tests (open-telemetry#2495)
Co-authored-by: Utkarsh Umesan Pillai <66651184+utpilla@users.noreply.github.com>
1 parent 42b4f2f commit 37d2e51

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

+1
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

+1
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)