From 5a03e14deb55c381b2908fdeff884137ca8e43a4 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Wed, 16 Sep 2020 11:47:02 +0200 Subject: [PATCH] [3.1.x] Refs #32007 -- Skipped test_q_expression_annotation_with_aggregation on Oracle. Backport of 3a9f192b131f7a9b0fe5783c684b23015fa67cc8 from master --- tests/annotations/tests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/annotations/tests.py b/tests/annotations/tests.py index e42a04bb60..484061f567 100644 --- a/tests/annotations/tests.py +++ b/tests/annotations/tests.py @@ -186,6 +186,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(