Skip to content

Commit 44286a6

Browse files
committed
Ignore only math.round.extended in cratedb.ini
1 parent 1c144d7 commit 44286a6

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

tests/config/cratedb.ini

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
[Datasource]
2-
Name = cratedb
3-
LogicalQueryFormat = simple_lower
4-
SchemaName = doc
5-
CommandLineOverride = FILL_ME_WITH_PATH_OF_REPOSITORY
6-
[StandardTests]
7-
ExpressionExclusions_Standard = string.utf8, string.contains
8-
[LODTests]
9-
10-
[UnionTest]
11-
12-
[ConnectionTests]
13-
StaplesTestEnabled = True
14-
CastCalcsTestEnabled = True
1+
[Datasource]
2+
Name = cratedb
3+
LogicalQueryFormat = simple_lower
4+
SchemaName = doc
5+
CommandLineOverride = FILL_ME_WITH_PATH_OF_REPOSITORY
6+
[StandardTests]
7+
ExpressionExclusions_Standard = math.round.extended
8+
[LODTests]
9+
10+
[UnionTest]
11+
12+
[ConnectionTests]
13+
StaplesTestEnabled = True
14+
CastCalcsTestEnabled = True

0 commit comments

Comments
 (0)