From c01afab0ab0362a9227fcaea49891e1f56469ae2 Mon Sep 17 00:00:00 2001 From: Yannik Bretschneider Date: Tue, 8 Jun 2021 16:15:07 +0200 Subject: [PATCH] test: the test now has a friendly comment --- .../uulm/teamname/marvelous/server/MarvelousServerTest.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Server/src/test/java/uulm/teamname/marvelous/server/MarvelousServerTest.java b/Server/src/test/java/uulm/teamname/marvelous/server/MarvelousServerTest.java index bc441e8..4371c23 100644 --- a/Server/src/test/java/uulm/teamname/marvelous/server/MarvelousServerTest.java +++ b/Server/src/test/java/uulm/teamname/marvelous/server/MarvelousServerTest.java @@ -62,7 +62,11 @@ class MarvelousServerTest extends BaseGameLogicTest { } + // If you want to complete this test, go ahead. It's slightly complicated, but if you understand this test, + // you should also understand the server, which serves as a good intro to it. You can - of course - also + // just ignore it. @Test + @Disabled("Work in progress complete server test") void main() { UserManager m = UserManager.getInstance();