diff --git a/tests/annotations/tests.py b/tests/annotations/tests.py index e42a04bb60e..484061f5678 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(