Skip to content

Commit 5318935

Browse files
authored
Un-skip /search tests on Dendrite (#483)
1 parent 3194490 commit 5318935

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/csapi/apidoc_search_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,11 @@ import (
1313
"github.com/matrix-org/complement/internal/client"
1414
"github.com/matrix-org/complement/internal/match"
1515
"github.com/matrix-org/complement/internal/must"
16-
"github.com/matrix-org/complement/runtime"
1716
)
1817

1918
// Note: In contrast to Sytest, we define a filter.rooms on each search request, this is to mimic
2019
// creating a new user and new room per test. This also allows us to run in parallel.
2120
func TestSearch(t *testing.T) {
22-
runtime.SkipIf(t, runtime.Dendrite) // https://github.com/matrix-org/dendrite/pull/2675
2321
deployment := Deploy(t, b.BlueprintAlice)
2422
defer deployment.Destroy(t)
2523

0 commit comments

Comments
 (0)