Skip to content

Commit f483c69

Browse files
authored
chore(ffi-test): skip flaky test (#1519)
# What does this PR do? Skip flaky test # Motivation Test was being flaky. # Additional Notes / # How to test the change? run `cargo ffi-test` and make sure `exporter_manager` is indeed skipped. Co-authored-by: jules.wiriath <jules.wiriath@datadoghq.com>
1 parent b00bc39 commit f483c69

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tools/src/bin/ffi_test.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ fn skip_examples() -> &'static HashMap<&'static str, &'static str> {
123123
HashMap::from([
124124
("crashtracking", "intentionally crashes"),
125125
("exporter", "requires CLI arguments"),
126+
("exporter_manager", "Flaky because SIGPIPE thing"),
126127
])
127128
})
128129
}

0 commit comments

Comments
 (0)