Skip to content

Commit 3611002

Browse files
committed
Skip federation tests
1 parent c03e49e commit 3611002

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/msc2716_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,7 @@ func TestBackfillingHistory(t *testing.T) {
307307
})
308308

309309
t.Run("Historical messages are visible when joining on federated server", func(t *testing.T) {
310+
t.Skip("Skipping until federation is implemented")
310311
t.Parallel()
311312

312313
roomID := as.CreateRoom(t, struct{}{})
@@ -354,6 +355,7 @@ func TestBackfillingHistory(t *testing.T) {
354355
})
355356

356357
t.Run("Historical messages are visible when already joined on federated server", func(t *testing.T) {
358+
t.Skip("Skipping until federation is implemented")
357359
t.Parallel()
358360

359361
roomID := as.CreateRoom(t, struct{}{})
@@ -408,6 +410,7 @@ func TestBackfillingHistory(t *testing.T) {
408410
})
409411

410412
t.Run("When messages have already been scrolled back through, new historical messages are visible in next scroll back on federated server", func(t *testing.T) {
413+
t.Skip("Skipping until federation is implemented")
411414
t.Parallel()
412415

413416
roomID := as.CreateRoom(t, struct{}{})

0 commit comments

Comments
 (0)