From 3a9f192b131f7a9b0fe5783c684b23015fa67cc8 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Wed, 16 Sep 2020 11:47:02 +0200 Subject: [PATCH] Refs #32007 -- Skipped test_q_expression_annotation_with_aggregation on Oracle. --- tests/annotations/tests.py | 1 + 1 file changed, 1 insertion(+) 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(