Sfoglia il codice sorgente

chore: disable random-moves testing for now

Tienson Qin 3 anni fa
parent
commit
ab662fa67d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/test/frontend/modules/outliner/core_test.cljs

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

@@ -412,7 +412,7 @@
           (outliner-tx/transact! {:graph test-db}
           (outliner-tx/transact! {:graph test-db}
             (outliner-core/delete-blocks! blocks {})))))))
             (outliner-core/delete-blocks! blocks {})))))))
 
 
-(deftest ^:long random-moves
+#_(deftest ^:long random-moves
   (testing "Random moves"
   (testing "Random moves"
     (transact-random-tree!)
     (transact-random-tree!)
     (let [c1 (get-blocks-count)
     (let [c1 (get-blocks-count)