@@ -10,7 +10,6 @@ import (
1010 "github.com/matrix-org/complement/internal/client"
1111 "github.com/matrix-org/complement/internal/match"
1212 "github.com/matrix-org/complement/internal/must"
13- "github.com/matrix-org/complement/runtime"
1413)
1514
1615// TODO most of this can be refactored into data-driven tests
@@ -112,8 +111,6 @@ func TestFetchHistoricalJoinedEventDenied(t *testing.T) {
112111// Tries to fetch an event before join, and succeeds.
113112// history_visibility: shared
114113func TestFetchHistoricalSharedEvent (t * testing.T ) {
115- runtime .SkipIf (t , runtime .Dendrite ) // FIXME https://github.com/matrix-org/dendrite/issues/617
116-
117114 deployment := Deploy (t , b .BlueprintOneToOneRoom )
118115 defer deployment .Destroy (t )
119116
@@ -158,8 +155,6 @@ func TestFetchHistoricalSharedEvent(t *testing.T) {
158155// Tries to fetch an event between being invited and joined, and succeeds.
159156// history_visibility: invited
160157func TestFetchHistoricalInvitedEventFromBetweenInvite (t * testing.T ) {
161- runtime .SkipIf (t , runtime .Dendrite ) // FIXME https://github.com/matrix-org/dendrite/issues/617
162-
163158 deployment := Deploy (t , b .BlueprintOneToOneRoom )
164159 defer deployment .Destroy (t )
165160
@@ -266,8 +261,6 @@ func TestFetchEventNonWorldReadable(t *testing.T) {
266261// Tries to fetch an event without having joined, and succeeds.
267262// history_visibility: world_readable
268263func TestFetchEventWorldReadable (t * testing.T ) {
269- runtime .SkipIf (t , runtime .Dendrite ) // FIXME https://github.com/matrix-org/dendrite/issues/617
270-
271264 deployment := Deploy (t , b .BlueprintOneToOneRoom )
272265 defer deployment .Destroy (t )
273266
0 commit comments