/**
* Tests that a select is skipped if its expr evaluates to false
*/
public void testSelectWithFalseExpression() throws Exception {
doTest(
new TestPipelineFactory(),
"select-with-false-expression.input.xml",
"select-with-false-expression.expected.xml");
}