From 75e75c3b2f21fe65ccc3f558fa3c03d75818981e Mon Sep 17 00:00:00 2001
From: Jean-Baptiste Petit <beanbaptiste.petit@gmail.com>
Date: Tue, 2 Jun 2020 13:57:41 +0200
Subject: [PATCH] Black list temporaly some room creation tests.

---
 sytest/sytest-blacklist | 9 +++++++--
 sytest/sytest-whitelist | 3 ---
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/sytest/sytest-blacklist b/sytest/sytest-blacklist
index b45e0755..009de225 100644
--- a/sytest/sytest-blacklist
+++ b/sytest/sytest-blacklist
@@ -1,2 +1,7 @@
-# This test checks for a room-alias key in the response which is not in the spec
-POST /createRoom makes a public room
\ No newline at end of file
+# This test checks for a room-alias key in the response which is not in the spec, we must add it back in whitelist when https://github.com/matrix-org/sytest/pull/880 is merged
+POST /createRoom makes a public room
+# These fails because they use a endpoint which is not in the spec, we must add them back in whitelist when https://github.com/matrix-org/sytest/issues/878 is closed
+POST /createRoom makes a room with a name
+POST /createRoom makes a room with a topic
+Can /sync newly created room
+POST /createRoom ignores attempts to set the room version via creation_content
\ No newline at end of file
diff --git a/sytest/sytest-whitelist b/sytest/sytest-whitelist
index a30543f9..1b09fa7a 100644
--- a/sytest/sytest-whitelist
+++ b/sytest/sytest-whitelist
@@ -27,9 +27,6 @@ POST /login wrong password is rejected
 # Room creation endpoints implemented
 POST /createRoom makes a private room
 POST /createRoom makes a private room with invites
-POST /createRoom makes a room with a name
-POST /createRoom makes a room with a topic
-Can /sync newly created room
 GET /rooms/:room_id/state/m.room.member/:user_id fetches my membership
 GET /rooms/:room_id/state/m.room.power_levels fetches powerlevels
 POST /join/:room_alias can join a room