File tree 1 file changed +0
-7
lines changed
1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -70,9 +70,6 @@ class DatabaseFeatures(BaseDatabaseFeatures):
70
70
"aggregation_regress.tests.AggregationTests.test_decimal_aggregate_annotation_filter" ,
71
71
# subclasses of BaseDatabaseWrapper may require an is_usable() method
72
72
"backends.tests.BackendTestCase.test_is_usable_after_database_disconnects" ,
73
- # subclasses of BaseDatabaseWrapper may require a get_connection_params() method
74
- "servers.test_liveserverthread.LiveServerThreadTest.test_closes_connections" ,
75
- "servers.tests.LiveServerTestCloseConnectionTest.test_closes_connections" ,
76
73
# Connection creation doesn't follow the usual Django API.
77
74
"backends.tests.ThreadTests.test_pass_connection_between_threads" ,
78
75
"backends.tests.ThreadTests.test_default_connection_thread_local" ,
@@ -560,10 +557,6 @@ def django_test_expected_failures(self):
560
557
# Probably something to do with lack of transaction support.
561
558
"migration_test_data_persistence.tests.MigrationDataNormalPersistenceTestCase.test_persistence" ,
562
559
},
563
- "Connection creation doe not follow the usual Django API." : {
564
- # Skipped because @unittest.expectedFailure doesn't work on async def?
565
- "async.tests.DatabaseConnectionTest.test_get_async_connection" ,
566
- },
567
560
"Partial indexes to be supported." : {
568
561
"indexes.tests.PartialIndexConditionIgnoredTests.test_condition_ignored" ,
569
562
},
You can’t perform that action at this time.
0 commit comments