Skip to content

Commit 8101a1b

Browse files
committed
Add queries.tests.ExcludeTests.test_exclude_multivalued_exists to skipped tests.
1 parent aeaf74c commit 8101a1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

django_mongodb/features.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,7 @@ def django_test_expected_failures(self):
393393
"lookup.tests.LookupTests.test_textfield_exact_null",
394394
"migrations.test_commands.MigrateTests.test_migrate_syncdb_app_label",
395395
"migrations.test_commands.MigrateTests.test_migrate_syncdb_deferred_sql_executed_with_schemaeditor",
396+
"queries.tests.ExcludeTests.test_exclude_multivalued_exists",
396397
"queries.tests.ExistsSql.test_exists",
397398
"queries.tests.Queries6Tests.test_col_alias_quoted",
398399
"schema.tests.SchemaTests.test_rename_column_renames_deferred_sql_references",

0 commit comments

Comments
 (0)