Skip to content

Commit

Permalink
Add reason for @disabled.
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Bartel <janb@webtide.com>
  • Loading branch information
janbartel committed Jan 12, 2021
1 parent 2adea58 commit 03ae75f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
/**
* 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;
Expand Down

0 comments on commit 03ae75f

Please sign in to comment.