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.
/search
1 parent 3194490 commit 5318935Copy full SHA for 5318935
tests/csapi/apidoc_search_test.go
@@ -13,13 +13,11 @@ import (
13
"github.com/matrix-org/complement/internal/client"
14
"github.com/matrix-org/complement/internal/match"
15
"github.com/matrix-org/complement/internal/must"
16
- "github.com/matrix-org/complement/runtime"
17
)
18
19
// Note: In contrast to Sytest, we define a filter.rooms on each search request, this is to mimic
20
// creating a new user and new room per test. This also allows us to run in parallel.
21
func TestSearch(t *testing.T) {
22
- runtime.SkipIf(t, runtime.Dendrite) // https://github.com/matrix-org/dendrite/pull/2675
23
deployment := Deploy(t, b.BlueprintAlice)
24
defer deployment.Destroy(t)
25
0 commit comments