Skip to content
Snippets Groups Projects
Unverified Commit a3e1f3fb authored by Tim Macdonald's avatar Tim Macdonald Committed by GitHub
Browse files

Parallelize three tests with typos (#30659)

parent 659db87c
No related branches found
No related tags found
No related merge requests found
......@@ -644,7 +644,7 @@
(qp/process-query
(apply assoc {:database (mt/id), :type :native} kvs)))
(deftest ^:paralllel e2e-basic-test
(deftest ^:parallel e2e-basic-test
(mt/test-drivers (sql-parameters-engines)
(is (= [29]
(mt/first-row
......
......@@ -37,7 +37,7 @@
{:field (t2/select-one Field :id (mt/id :people :state))
:value {:type :string/!=, :slug "state", :value ["OR"]}}))))))))
(deftest ^:paralel card-with-params->replacement-snippet-test
(deftest ^:parallel card-with-params->replacement-snippet-test
(testing "Make sure Card params are preserved when expanding a Card reference (#12236)"
(is (= {:replacement-snippet "(SELECT * FROM table WHERE x LIKE ?)"
:prepared-statement-args ["G%"]}
......
......@@ -186,7 +186,7 @@
mbql->native
sql.qp-test-util/sql->sql-map)))))
(deftest ^:paralell handle-source-query-params-test
(deftest ^:parallel handle-source-query-params-test
(driver/with-driver :h2
(mt/with-everything-store
(testing "params from source queries should get passed in to the top-level. Semicolons should be removed"
......
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