diff --git a/src/query/ast/tests/it/parser.rs b/src/query/ast/tests/it/parser.rs index 07194d90ffd51..6d454d1a307e1 100644 --- a/src/query/ast/tests/it/parser.rs +++ b/src/query/ast/tests/it/parser.rs @@ -1393,7 +1393,6 @@ fn test_expr() { // FIXME: this test cause stack overflow // https://github.com/databendlabs/databend/issues/18625 #[test] -#[ignore] fn test_expr_stack() { let mut mint = Mint::new("tests/it/testdata"); let file = &mut mint.new_goldenfile("expr-stack.txt").unwrap();