test: the test now has a friendly comment

This commit is contained in:
Yannik Bretschneider 2021-06-08 16:15:07 +02:00
parent 805e8e5f9e
commit c01afab0ab
1 changed files with 4 additions and 0 deletions

View File

@ -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();