Skip to content

Commit eb7a2b7

Browse files
committed
skip if dendrite
1 parent 1e635b4 commit eb7a2b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/federation_redaction_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import (
1111

1212
// test that a redaction is sent out over federation even if we don't have the original event
1313
func TestFederationRedactSendsWithoutEvent(t *testing.T) {
14+
runtime.SkipIf(t, runtime.Dendrite)
1415
deployment := Deploy(t, b.BlueprintAlice)
1516
defer deployment.Destroy(t)
1617

0 commit comments

Comments
 (0)