We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb7a2b7 commit e8f5428Copy full SHA for e8f5428
tests/federation_redaction_test.go
@@ -7,11 +7,13 @@ import (
7
"github.com/matrix-org/gomatrixserverlib"
8
"testing"
9
"time"
10
+ "github.com/matrix-org/complement/runtime"
11
)
12
13
// test that a redaction is sent out over federation even if we don't have the original event
14
func TestFederationRedactSendsWithoutEvent(t *testing.T) {
15
runtime.SkipIf(t, runtime.Dendrite)
16
+
17
deployment := Deploy(t, b.BlueprintAlice)
18
defer deployment.Destroy(t)
19
0 commit comments