diff --git a/test/monger/test/command.clj b/test/monger/test/command.clj index 5043828..ea96e80 100644 --- a/test/monger/test/command.clj +++ b/test/monger/test/command.clj @@ -23,11 +23,10 @@ (is (= check (get stats "count"))))) -(deftest test-re-index-collection - (let [result (monger.command/reindex-collection "test")] - (is (monger.result/ok? result)) - (is (get result "indexes")))) - +; (deftest test-reindex-collection +; (let [result (monger.command/reindex-collection "test")] +; (is (monger.result/ok? result)) +; (is (get result "indexes")))) (deftest test-server-status