|
1 |
| -diff --git a/test/metabase/query_processor_test.clj b/test/metabase/query_processor_test.clj |
2 |
| -index b26ac03b83..fd5c2abb99 100644 |
3 |
| ---- a/test/metabase/query_processor_test.clj |
4 |
| -+++ b/test/metabase/query_processor_test.clj |
5 |
| -@@ -365,7 +365,7 @@ |
6 |
| - also have this issue." |
7 |
| - [driver] |
8 |
| - ;; TIMEZONE FIXME — remove this and fix the drivers |
9 |
| -- (contains? #{:snowflake :oracle :redshift} driver)) |
10 |
| -+ (contains? #{:snowflake :oracle :redshift :materialize} driver)) |
11 |
| - |
12 |
| - (defn nest-query |
13 |
| - "Nest an MBQL/native query by `n-levels`. Useful for testing how nested queries behave." |
14 | 1 | diff --git a/test/metabase/query_processor_test/explicit_joins_test.clj b/test/metabase/query_processor_test/explicit_joins_test.clj
|
15 | 2 | index 166598c4c6..e1bef679f1 100644
|
16 | 3 | --- a/test/metabase/query_processor_test/explicit_joins_test.clj
|
@@ -62,24 +49,3 @@ index 87d225f5ae..343eb1f5f5 100644
|
62 | 49 | [["2015-06-01T10:31:00-04:00" 1]
|
63 | 50 | ["2015-06-01T16:06:00-04:00" 1]
|
64 | 51 | ["2015-06-01T17:23:00-04:00" 1]
|
65 |
| -diff --git a/test/metabase/query_processor/middleware/parameters/mbql_test.clj b/test/metabase/query_processor/middleware/parameters/mbql_test.clj |
66 |
| -index cebabc72dc..e148dd5b3f 100644 |
67 |
| ---- a/test/metabase/query_processor/middleware/parameters/mbql_test.clj |
68 |
| -+++ b/test/metabase/query_processor/middleware/parameters/mbql_test.clj |
69 |
| -@@ -288,6 +288,7 @@ |
70 |
| - ;; |
71 |
| - (deftest handle-fk-forms-test |
72 |
| - (mt/test-drivers (filter #(driver/supports? % :foreign-keys) (params-test-drivers)) |
73 |
| -+ (when (not= driver/*driver* :materialize) |
74 |
| - (testing "Make sure we properly handle paramters that have `fk->` forms in `:dimension` targets (#9017)" |
75 |
| - (is (= [[31 "Bludso's BBQ" 5 33.8894 -118.207 2] |
76 |
| - [32 "Boneyard Bistro" 5 34.1477 -118.428 3] |
77 |
| -@@ -317,7 +318,7 @@ |
78 |
| - {:query {:order-by [[:asc $id]]} |
79 |
| - :parameters [{:type :string/starts-with |
80 |
| - :target [:dimension $category_id->categories.name] |
81 |
| -- :value ["BB"]}]})))))))) |
82 |
| -+ :value ["BB"]}]}))))))))) |
83 |
| - |
84 |
| - (deftest test-mbql-parameters |
85 |
| - (testing "Should be able to pass parameters in to an MBQL query" |
0 commit comments