chore: disable intermittently failing test

This commit is contained in:
Gabriel Horner
2025-12-02 13:53:42 -05:00
parent 134dc0f2a8
commit a8468fdf23

View File

@@ -16,7 +16,7 @@
(use-fixtures :each fixtures/validate-graph)
(deftest rtc-basic-test
(deftest ^:fix-me rtc-basic-test
(let [graph-name (str "rtc-graph-" (.toEpochMilli (java.time.Instant/now)))
page-names (map #(str "rtc-test-page" %) (range 4))]
(testing "open 2 app instances, add a rtc graph, check this graph available on other instance"