Add reason for @Disabled.

Signed-off-by: Jan Bartel <janb@webtide.com>
This commit is contained in:
Jan Bartel 2021-01-12 12:20:28 +01:00
parent 2adea58037
commit 03ae75f407
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ import static org.junit.jupiter.api.Assertions.assertTrue;
/**
* Allows for setting up a Jetty server for testing based on XML configuration files.
*/
@Disabled
@Disabled("Not a test case")
public class TestableJettyServer
{
private List<URL> _xmlConfigurations;