summaryrefslogtreecommitdiff
path: root/tests/annotations
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2020-09-16 11:47:02 +0200
committerGitHub <noreply@github.com>2020-09-16 11:47:02 +0200
commit3a9f192b131f7a9b0fe5783c684b23015fa67cc8 (patch)
tree25ca459f0ad2d19065623eb72774bc8dd09720e7 /tests/annotations
parentb4d46df5cad6c936d83dd4f8038d0dc1121bc21e (diff)
downloaddjango-3a9f192b131f7a9b0fe5783c684b23015fa67cc8.tar.gz
Refs #32007 -- Skipped test_q_expression_annotation_with_aggregation on Oracle.
Diffstat (limited to 'tests/annotations')
-rw-r--r--tests/annotations/tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/annotations/tests.py b/tests/annotations/tests.py
index a2bbb95e47..883c2c0ce0 100644
--- a/tests/annotations/tests.py
+++ b/tests/annotations/tests.py
@@ -183,6 +183,7 @@ class NonAggregateAnnotationTestCase(TestCase):
self.assertEqual(book.combined, 13410.0)
self.assertEqual(book.rating_count, 1)
+ @skipUnlessDBFeature('supports_boolean_expr_in_select_clause')
def test_q_expression_annotation_with_aggregation(self):
book = Book.objects.filter(isbn='159059725').annotate(
isnull_pubdate=ExpressionWrapper(