diff --git a/test/metabase/lib/drill_thru/distribution_test.cljc b/test/metabase/lib/drill_thru/distribution_test.cljc
index 5c93bd3b5b3b963ab0846a39043951b0c13d8979..4c1f3b2ccf773dd6aac40d90f87705205e3b07fb 100644
--- a/test/metabase/lib/drill_thru/distribution_test.cljc
+++ b/test/metabase/lib/drill_thru/distribution_test.cljc
@@ -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}}))