Explorar o código

chore: disable random-inserts and random-deletes tests

Tienson Qin %!s(int64=3) %!d(string=hai) anos
pai
achega
e2359c61f0
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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)))
           result)))))
 
-(deftest ^:long random-inserts
+#_(deftest ^:long random-inserts
   (testing "Random inserts"
     (transact-random-tree!)
     (let [c1 (get-blocks-count)
@@ -402,7 +402,7 @@
       (let [total (get-blocks-count)]
         (is (= total (+ c1 @*random-count)))))))
 
-(deftest ^:long random-deletes
+#_(deftest ^:long random-deletes
   (testing "Random deletes"
     (transact-random-tree!)
     (dotimes [_i 100]