Skip to content

Commit ce41c95

Browse files
authored
Disable flakey validation test (open-telemetry#2533)
# Change Summary turn off the flakey no_processor validation test to avoid affecting cicd ## What issue does this PR close? Extension of open-telemetry#2498 ## How are these changes tested? turned off test, will fix test in future pr ## Are there any user-facing changes? no
1 parent 516802f commit ce41c95

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • rust/otap-dataflow/crates/validation/src

rust/otap-dataflow/crates/validation/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ mod tests {
4141
use crate::validation_types::attributes::{AnyValue, AttributeDomain, KeyValue};
4242

4343
#[test]
44+
#[ignore]
4445
fn no_processor() {
4546
Scenario::new()
4647
.pipeline(

0 commit comments

Comments
 (0)