Add reason for @Disabled.
Signed-off-by: Jan Bartel <janb@webtide.com>
This commit is contained in:
parent
2adea58037
commit
03ae75f407
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue