File tree 2 files changed +4
-0
lines changed
opentelemetry-jaeger/src/exporter/config/collector
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -188,6 +188,8 @@ mod collector_client_tests {
188
188
use opentelemetry:: trace:: TraceError ;
189
189
use opentelemetry_sdk:: runtime:: Tokio ;
190
190
191
+ // Ignore this test as it is flaky and the opentelemetry-jaeger is on-track for deprecation
192
+ #[ ignore]
191
193
#[ test]
192
194
fn test_bring_your_own_client ( ) -> Result < ( ) , TraceError > {
193
195
let invalid_uri_builder = new_collector_pipeline ( )
Original file line number Diff line number Diff line change @@ -571,6 +571,8 @@ mod tests {
571
571
assert ! ( valid_uri. is_ok( ) ) ;
572
572
}
573
573
574
+ // Ignore this test as it is flaky and the opentelemetry-jaeger is on-track for deprecation
575
+ #[ ignore]
574
576
#[ test]
575
577
fn test_collector_exporter ( ) {
576
578
let exporter = new_collector_pipeline ( )
You can’t perform that action at this time.
0 commit comments