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 1e635b4 commit eb7a2b7Copy full SHA for eb7a2b7
tests/federation_redaction_test.go
@@ -11,6 +11,7 @@ import (
11
12
// test that a redaction is sent out over federation even if we don't have the original event
13
func TestFederationRedactSendsWithoutEvent(t *testing.T) {
14
+ runtime.SkipIf(t, runtime.Dendrite)
15
deployment := Deploy(t, b.BlueprintAlice)
16
defer deployment.Destroy(t)
17
0 commit comments