diff --git a/test/test_discordbot.ts b/test/test_discordbot.ts
index 41f4448f13f9d109737fe3b037875f7b727c2911..40914bc440369da90e512ddfc5724de8a08bb781 100644
--- a/test/test_discordbot.ts
+++ b/test/test_discordbot.ts
@@ -156,18 +156,18 @@ describe("DiscordBot", () => {
       return assert.isFulfilled(discordBot.LookupRoom("MyGuild", "321"));
     });
   });
-  describe("ProcessMatrixMsgEvent()", () => {
-
-  });
-  describe("UpdateRoom()", () => {
-
-  });
-  describe("UpdateUser()", () => {
-
-  });
-  describe("UpdatePresence()", () => {
-
-  });
+  // describe("ProcessMatrixMsgEvent()", () => {
+  //
+  // });
+  // describe("UpdateRoom()", () => {
+  //
+  // });
+  // describe("UpdateUser()", () => {
+  //
+  // });
+  // describe("UpdatePresence()", () => {
+  //
+  // });
   describe("OnTyping()", () => {
     const discordBot = new modDiscordBot.DiscordBot(
       config,
@@ -181,7 +181,7 @@ describe("DiscordBot", () => {
       return assert.isFulfilled(discordBot.OnTyping( {id: "321"}, {id: "12345"}, true));
     });
   });
-  describe("OnMessage()", () => {
-
-  });
+  // describe("OnMessage()", () => {
+  //
+  // });
 });