Skip to content

Commit 637ac8f

Browse files
committed
Remove test skips now that it's supported in Synapse
Synapse support was added in matrix-org/synapse#10498
1 parent 3b2358f commit 637ac8f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/msc2716_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,6 @@ func TestBackfillingHistory(t *testing.T) {
511511
})
512512

513513
t.Run("Historical messages are visible when already joined on federated server", func(t *testing.T) {
514-
//t.Skip("Skipping until federation is implemented")
515514
t.Parallel()
516515

517516
roomID := as.CreateRoom(t, createPublicRoomOpts)
@@ -600,7 +599,6 @@ func TestBackfillingHistory(t *testing.T) {
600599
})
601600

602601
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) {
603-
//t.Skip("Skipping until federation is implemented")
604602
t.Parallel()
605603

606604
roomID := as.CreateRoom(t, createPublicRoomOpts)

0 commit comments

Comments
 (0)