Skip to content
Snippets Groups Projects
Unverified Commit 7272cc94 authored by Cam Saul's avatar Cam Saul Committed by GitHub
Browse files

Skip `filter-by-current-quarter-test` for :oracle because of #10072 (#21396) [ci skip]

parent 1f7e12f5
No related branches found
No related tags found
No related merge requests found
......@@ -1163,7 +1163,8 @@
:filter [:between $date "2013-01-03" "2013-01-20"]}))))))))))
(deftest filter-by-current-quarter-test
(mt/test-drivers (mt/normal-drivers)
;; Oracle doesn't work on March 31st because March 31st + 3 months = June 31st, which doesn't exist. See #10072
(mt/test-drivers (disj (mt/normal-drivers) :oracle)
(testing "Should be able to filter by current quarter (#20683)"
(let [query (mt/mbql-query checkins
{:aggregation [[:count]]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment