Revert "chore: disable intermittently failing test"

This reverts commit a8468fdf23.
This commit is contained in:
Gabriel Horner
2025-12-03 08:29:50 -05:00
parent fc30707a44
commit a9231a4751

View File

@@ -16,7 +16,7 @@
(use-fixtures :each fixtures/validate-graph)
(deftest ^:fix-me rtc-basic-test
(deftest 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"