Skip to content

Commit f92ee10

Browse files
committed
make test conditional
1 parent 9508f4f commit f92ee10

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

datafusion-cli/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

datafusion/common/src/tree_node.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2349,6 +2349,7 @@ pub(crate) mod tests {
23492349
Ok(())
23502350
}
23512351

2352+
#[cfg(feature = "recursive-protection")]
23522353
#[test]
23532354
fn test_large_tree() {
23542355
let mut item = TestTreeNode::new_leaf("initial".to_string());

0 commit comments

Comments
 (0)