Skip to content

Commit 44699fa

Browse files
committed
Remove conditional compilation release build for test case
1 parent aed3fa1 commit 44699fa

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/vector-core/src/fanout.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -870,7 +870,6 @@ mod tests {
870870
// The empty-batch guard panics via `debug_assert!` in debug builds and silently drops in
871871
// release builds. The two tests below cover each half of that behavior.
872872
#[tokio::test]
873-
#[cfg(not(debug_assertions))]
874873
async fn fanout_drops_empty_event_array_in_release_builds() {
875874
let (mut fanout, _, receivers) = fanout_from_senders(&[2, 2]);
876875
let empty: EventArray = Vec::<LogEvent>::new().into();

0 commit comments

Comments
 (0)