Skip to content

Commit 526d425

Browse files
committed
remove LogTests.test_decimal from expected failures (fixed in MongoDB)
1 parent a904789 commit 526d425

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

django_mongodb/features.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,6 @@ class DatabaseFeatures(BaseDatabaseFeatures):
4646
# Pattern lookups that use regexMatch don't work on JSONField:
4747
# Unsupported conversion from array to string in $convert
4848
"model_fields.test_jsonfield.TestQuerying.test_icontains",
49-
# MongoDB gives the wrong result of log(number, base) when base is a
50-
# fractional Decimal: https://jira.mongodb.org/browse/SERVER-91223
51-
"db_functions.math.test_log.LogTests.test_decimal",
5249
# MongoDB gives ROUND(365, -1)=360 instead of 370 like other databases.
5350
"db_functions.math.test_round.RoundTests.test_integer_with_negative_precision",
5451
# Truncating in another timezone doesn't work becauase MongoDB converts

0 commit comments

Comments
 (0)