Skip to content
Snippets Groups Projects
Unverified Commit cca78aa9 authored by Case Nelson's avatar Case Nelson Committed by GitHub
Browse files

Temporarily comment out flaky bigquery tests. (#33141)

Part of #33140
parent 32a4c345
No related branches found
No related tags found
No related merge requests found
......@@ -63,6 +63,9 @@
;; the initial dataset isn't realized until it's used the first time. because of that,
;; we don't care how many pages it took to load this dataset above. it will be a large
;; number because we're just tracking the number of times `get-query-results` gets invoked.
;; TODO Temporarily disabling due to flakiness (#33140)
#_
(testing "with pagination"
(let [pages-retrieved (atom 0)
page-callback (fn [] (swap! pages-retrieved inc))]
......@@ -388,6 +391,8 @@
(catch clojure.lang.ExceptionInfo e
(is (= (ex-message e) "Query cancelled")))))))))
;; TODO Temporarily disabling due to flakiness (#33140)
#_
(deftest global-max-rows-test
(mt/test-driver :bigquery-cloud-sdk
(testing "The limit middleware prevents us from fetching more pages than are necessary to fulfill query max-rows"
......
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