Skip to content

Commit

Permalink
Skip on dendrite
Browse files Browse the repository at this point in the history
  • Loading branch information
kegsay committed Jan 8, 2024
1 parent 6eea2fa commit 984c7f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/federation_room_send_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import (
"github.com/matrix-org/complement/helpers"
"github.com/matrix-org/complement/match"
"github.com/matrix-org/complement/must"
"github.com/matrix-org/complement/runtime"
)

// TODO:
Expand Down Expand Up @@ -91,6 +92,7 @@ func TestOutboundFederationSend(t *testing.T) {
// - using the prev_batch token here in /messages SHOULD return 4,3,2,1, to ensure clients cannot missing 4,3,2.
// It may actually decide to filter topologically and just return 0, which would be incorrect.
func TestNetworkPartitionOrdering(t *testing.T) {
runtime.SkipIf(t, runtime.Dendrite) // 500s trying to /backfill
deployment := complement.Deploy(t, 1)
defer deployment.Destroy(t)

Expand Down

0 comments on commit 984c7f9

Please sign in to comment.