Răsfoiți Sursa

chore: disable random-inserts and random-deletes tests

Tienson Qin 3 ani în urmă
părinte
comite
e2359c61f0
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  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]