Skip to content

Commit

Permalink
Remove test skips now that it's supported in Synapse
Browse files Browse the repository at this point in the history
Synapse support was added in matrix-org/synapse#10498
  • Loading branch information
MadLittleMods committed Aug 10, 2021
1 parent 3b2358f commit 637ac8f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/msc2716_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,6 @@ func TestBackfillingHistory(t *testing.T) {
})

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

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

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

roomID := as.CreateRoom(t, createPublicRoomOpts)
Expand Down

0 comments on commit 637ac8f

Please sign in to comment.