Browse Source

chore: disable intermittently failing test

Gabriel Horner 2 days ago
parent
commit
a8468fdf23
1 changed files with 1 additions and 1 deletions
  1. 1 1
      clj-e2e/test/logseq/e2e/rtc_basic_test.clj

+ 1 - 1
clj-e2e/test/logseq/e2e/rtc_basic_test.clj

@@ -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"