Skip to content

Commit 9befe36

Browse files
committed
Refs #35042 -- Added missing skip to aggregation test.
1 parent 1c5050e commit 9befe36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/aggregation/tests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2365,6 +2365,7 @@ def test_aggregate_reference_lookup_rhs_iter(self):
23652365
).aggregate(count=Count("id", filter=Q(id__in=[F("max_book_author"), 0])))
23662366
self.assertEqual(aggregates, {"count": 1})
23672367

2368+
@skipUnlessDBFeature("supports_select_union")
23682369
def test_aggregate_combined_queries(self):
23692370
# Combined queries could have members in their values select mask while
23702371
# others have them in their annotation mask which makes annotation

0 commit comments

Comments
 (0)