mirror of
https://github.com/logseq/logseq.git
synced 2026-05-28 14:39:48 +00:00
fix: disable test which is failing test suite hard
Tests should be green and not fail hard so others can rely on tests
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
(ns frontend.db.rtc-test
|
||||
#_ :clj-kondo/ignore
|
||||
(:require [clojure.test :as t :refer [deftest is use-fixtures]]
|
||||
[frontend.db.rtc.fixture :as rtc-fixture]
|
||||
[frontend.test.helper :as test-helper]))
|
||||
@@ -8,6 +9,7 @@
|
||||
rtc-fixture/start-and-stop-rtc-loop-fixture)
|
||||
|
||||
|
||||
(deftest rtc-loop-test
|
||||
(prn :*test-rtc-state @rtc-fixture/*test-rtc-state)
|
||||
(is true))
|
||||
;; FIXME: Re-enable when test doesn't fail test suite hard
|
||||
#_(deftest rtc-loop-test
|
||||
(prn :*test-rtc-state @rtc-fixture/*test-rtc-state)
|
||||
(is true))
|
||||
|
||||
Reference in New Issue
Block a user