Add comment on why the test ServerWithJMXTest is disabled (#6338)

* Add comment on why this test is disabled
* Update demos/embedded/src/test/java/org/eclipse/jetty/demos/ServerWithJMXTest.java

Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
Co-authored-by: Jan Bartel <janb@webtide.com>
This commit is contained in:
Olivier Lamy 2021-06-03 13:31:19 +10:00 committed by GitHub
parent d4a8c38b87
commit 9464c39de2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ import org.junit.jupiter.api.Test;
import static org.junit.jupiter.api.Assertions.assertTrue;
@Disabled
@Disabled(value = "ServerWithJMX uses registry on fixed port 1999 which can be already in-use")
public class ServerWithJMXTest extends AbstractEmbeddedTest
{
private Server server;