Skip to content

Commit 9e102ff

Browse files
committed
turn off math functions tests for now
1 parent 2f68337 commit 9e102ff

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

functions/regression.py

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@
3434
"Not implemented",
3535
)
3636
],
37+
"/functions/math functions/*": [
38+
(
39+
Fail,
40+
"Under development",
41+
)
42+
],
3743
}
3844

3945
ffails = {
@@ -82,10 +88,10 @@ def regression(
8288
for node in nodes["clickhouse"]:
8389
experimental_analyzer(node=cluster.node(node), with_analyzer=with_analyzer)
8490

85-
# Feature(run=load("functions.tests.plus", "feature"))
86-
# Feature(run=load("functions.tests.merge", "feature"))
87-
# Feature(run=load("functions.tests.insert", "feature"))
88-
# Feature(run=load("functions.tests.projection_optimization", "feature"))
91+
Feature(run=load("functions.tests.plus", "feature"))
92+
Feature(run=load("functions.tests.merge", "feature"))
93+
Feature(run=load("functions.tests.insert", "feature"))
94+
Feature(run=load("functions.tests.projection_optimization", "feature"))
8995
Feature(run=load("functions.tests.math_functions", "feature"))
9096

9197

0 commit comments

Comments
 (0)