Skip to content

Commit

Permalink
re-enable JettyClientClassLoaderTest
Browse files Browse the repository at this point in the history
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
  • Loading branch information
lachlan-roberts committed Jun 28, 2022
1 parent b1a1a60 commit d05d663
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
import org.eclipse.jetty.websocket.core.client.CoreClientUpgradeRequest;
import org.eclipse.jetty.xml.XmlConfiguration;
import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.condition.DisabledOnJre;
import org.junit.jupiter.api.condition.JRE;
Expand Down Expand Up @@ -177,7 +176,6 @@ public WebAppTester.WebApp createWebSocketWebapp(String contextName) throws Exce
return app;
}

@Disabled
@Test
public void websocketProvidedByServer() throws Exception
{
Expand Down Expand Up @@ -214,7 +212,6 @@ public void websocketProvidedByServer() throws Exception
* This reproduces some classloading issue with MethodHandles in JDK14-110, This has been fixed in JDK16.
* @see <a href="https://bugs.openjdk.java.net/browse/JDK-8244090">JDK-8244090</a>
*/
@Disabled
@DisabledOnJre({JRE.JAVA_14, JRE.JAVA_15})
@Test
public void websocketProvidedByWebApp() throws Exception
Expand Down

0 comments on commit d05d663

Please sign in to comment.