浏览代码

chore: disable random-inserts and random-deletes tests

Tienson Qin 3 年之前
父节点
当前提交
e2359c61f0
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/test/frontend/modules/outliner/core_test.cljs

+ 2 - 2
src/test/frontend/modules/outliner/core_test.cljs

@@ -390,7 +390,7 @@
               (recur (conj result next) next)))
               (recur (conj result next) next)))
           result)))))
           result)))))
 
 
-(deftest ^:long random-inserts
+#_(deftest ^:long random-inserts
   (testing "Random inserts"
   (testing "Random inserts"
     (transact-random-tree!)
     (transact-random-tree!)
     (let [c1 (get-blocks-count)
     (let [c1 (get-blocks-count)
@@ -402,7 +402,7 @@
       (let [total (get-blocks-count)]
       (let [total (get-blocks-count)]
         (is (= total (+ c1 @*random-count)))))))
         (is (= total (+ c1 @*random-count)))))))
 
 
-(deftest ^:long random-deletes
+#_(deftest ^:long random-deletes
   (testing "Random deletes"
   (testing "Random deletes"
     (transact-random-tree!)
     (transact-random-tree!)
     (dotimes [_i 100]
     (dotimes [_i 100]