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

Remove invalid test cases (#34758)

parent faca09c6
No related branches found
No related tags found
No related merge requests found
......@@ -46,19 +46,3 @@
:query-type :unaggregated
:column-name "QUANTITY"
:expected {:type :drill-thru/distribution}}))
(deftest ^:parallel returns-distribution-test-4
(lib.drill-thru.tu/test-returns-drill
{:drill-type :drill-thru/distribution
:click-type :header
:query-type :aggregated
:column-name "PRODUCT_ID"
:expected {:type :drill-thru/distribution}}))
(deftest ^:parallel returns-distribution-test-5
(lib.drill-thru.tu/test-returns-drill
{:drill-type :drill-thru/distribution
:click-type :header
:query-type :aggregated
:column-name "CREATED_AT"
:expected {:type :drill-thru/distribution}}))
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