Skip to content

Commit 1d05c8b

Browse files
authored
Update ignore message for failing test
1 parent 485098b commit 1d05c8b

File tree

1 file changed

+1
-1
lines changed
  • opentelemetry-otlp/tests/integration_test/tests

1 file changed

+1
-1
lines changed

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

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

144-
#[ignore = "TODO: [Fix Me] Ignored due to concurrent test failures. Needs resolution."]
144+
#[ignore = "TODO: [Fix Me] Failing on CI. Needs to be investigated and resolved."]
145145
#[test]
146146
#[cfg(any(feature = "tonic-client", feature = "reqwest-blocking-client"))]
147147
pub fn span_batch_non_tokio_main() -> Result<()> {

0 commit comments

Comments
 (0)