Isolate feature.

This commit is contained in:
Andrés N. Robalino
2019-11-03 16:36:47 -05:00
parent 392ff286b2
commit 889d2bb378
5 changed files with 18 additions and 2 deletions

View File

@ -56,6 +56,7 @@ fn group_by_errors_if_unknown_column_name() {
})
}
#[cfg(data_processing_primitives)]
#[test]
fn split_by() {
Playground::setup("split_by_test_1", |dirs, sandbox| {
@ -85,6 +86,7 @@ fn split_by() {
})
}
#[cfg(data_processing_primitives)]
#[test]
fn split_by_errors_if_no_table_given_as_input() {
Playground::setup("split_by_test_2", |dirs, sandbox| {