From 6738e53e850f2169b204dce7633a3b42ddc13c20 Mon Sep 17 00:00:00 2001 From: Laird Nelson Date: Fri, 3 Mar 2023 13:13:48 -0800 Subject: [PATCH] Re-enables microprofile/cors/.../AdapterTest.java Signed-off-by: Laird Nelson --- .../test/java/io/helidon/microprofile/cors/AdapterTest.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/microprofile/cors/src/test/java/io/helidon/microprofile/cors/AdapterTest.java b/microprofile/cors/src/test/java/io/helidon/microprofile/cors/AdapterTest.java index 2670d62d35c..8c7a0856efc 100644 --- a/microprofile/cors/src/test/java/io/helidon/microprofile/cors/AdapterTest.java +++ b/microprofile/cors/src/test/java/io/helidon/microprofile/cors/AdapterTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Oracle and/or its affiliates. + * Copyright (c) 2022, 2023 Oracle and/or its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -34,7 +34,6 @@ import jakarta.ws.rs.container.ContainerRequestFilter; import jakarta.ws.rs.core.Application; import jakarta.ws.rs.core.Response; -import org.junit.jupiter.api.Disabled; import org.junit.jupiter.api.Test; import static org.hamcrest.MatcherAssert.assertThat; @@ -42,7 +41,6 @@ @AddBean(AdapterTest.TestApp.class) @AddBean(AdapterTest.TestResource.class) -@Disabled public class AdapterTest extends BaseCrossOriginTest { private static final String APP_PATH = "/adaptertestapp";