disable flaky test

This commit is contained in:
Michiel Borkent 2022-03-11 12:44:10 +01:00
parent fff4bf779f
commit cda02cd3a3

View file

@ -235,7 +235,8 @@
[:a :e :j] (bf-path g4 :a :j)
[:a :c :h :j] (bf-path g4 :a :j :when (fn [n p d] (not= :e n)))
#?@(:clj [[:a :e :j] (bf-path-bi g4 :a :j)
#?@(:bb [] ;; TODO: flaky test sometimes files on some versions of linux, why?
:clj [[:a :e :j] (bf-path-bi g4 :a :j)
true (some #(= % (bf-path-bi g5 :g :d)) [[:g :a :b :d] [:g :f :e :d]])])))
(deftest dijkstra-test