From c96e6146d3f1a41fbbd2b9fd3289eb71573aa49a Mon Sep 17 00:00:00 2001 From: Patrick Cloke Date: Thu, 13 Jul 2023 07:50:39 -0400 Subject: [PATCH] Move test to Dendrite blacklist. --- tests/knock_restricted_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/knock_restricted_test.go b/tests/knock_restricted_test.go index bdcc0dd7..91d4d897 100644 --- a/tests/knock_restricted_test.go +++ b/tests/knock_restricted_test.go @@ -1,5 +1,5 @@ -//go:build msc3787 -// +build msc3787 +//go:build !dendrite_blacklist +// +build !dendrite_blacklist // This file contains tests for a join rule which mixes concepts of restricted joins // and knocking. This is implemented in room version 10.