Skip to content

Commit 86aff80

Browse files
remove skips as matrix-org/dendrite#617 is fixed (#495)
1 parent f218835 commit 86aff80

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

tests/csapi/apidoc_room_history_visibility_test.go

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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
114113
func 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
160157
func 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
268263
func 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

Comments
 (0)