Skip to content
Snippets Groups Projects
Unverified Commit c08511ce authored by metamben's avatar metamben Committed by GitHub
Browse files

Exclude :starburst from two-of-the-same-aggregations-test (#30830)

This test requires the DB to support nested order by clauses which Trino does not.
parent 810f209d
No related branches found
No related tags found
No related merge requests found
......@@ -770,7 +770,8 @@
(deftest two-of-the-same-aggregations-test
;; TODO make this work for other drivers supporting :nested-queries
(mt/test-drivers (disj (mt/normal-drivers-with-feature :nested-queries) :vertica :sqlite :presto-jdbc)
(mt/test-drivers (disj (mt/normal-drivers-with-feature :nested-queries)
:vertica :sqlite :presto-jdbc :starburst)
(testing "Do nested queries work with two of the same aggregation? (#9767)"
(is (= [["2014-02-01T00:00:00Z" 302 1804]
["2014-03-01T00:00:00Z" 350 2362]]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment