Skip to content

Commit c6da98f

Browse files
committed
remove before merge
1 parent c1c6610 commit c6da98f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

django_mongodb/features.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -379,8 +379,8 @@ def django_test_expected_failures(self):
379379
"timezones.tests.NewDatabaseTests.test_query_datetimes_in_other_timezone",
380380
},
381381
"QuerySet.distinct() is not supported.": {
382-
# TODO: remove underscore before merge
383-
"lookup.tests.LookupTests._test_lookup_collision_distinct",
382+
# TODO: add before merge
383+
# "lookup.tests.LookupTests.test_lookup_collision_distinct",
384384
"update.tests.AdvancedTests.test_update_all",
385385
},
386386
"QuerySet.extra() is not supported.": {

0 commit comments

Comments
 (0)