From 0256ff7188885409b8b74d2f55b1a50158a2416c Mon Sep 17 00:00:00 2001 From: David Robertson Date: Mon, 23 Aug 2021 14:32:49 +0100 Subject: [PATCH] Unblacklist user_query_keys_test for synapse After my changes in matrix-org/synapse#10593 --- tests/csapi/user_query_keys_test.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/csapi/user_query_keys_test.go b/tests/csapi/user_query_keys_test.go index 0f55c057..7b2c6410 100644 --- a/tests/csapi/user_query_keys_test.go +++ b/tests/csapi/user_query_keys_test.go @@ -1,7 +1,3 @@ -// +build !synapse_blacklist - -// Rationale for being included in Synapse's blacklist: https://github.com/matrix-org/synapse/issues/10354 - package csapi_tests import (