Skip to content

Commit de5d24e

Browse files
committed
Add Tag annotation for resteasy-reactive
1 parent 8c3b24d commit de5d24e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

client/integration-tests/config-key/src/test/java/io/quarkiverse/openapi/generator/configkey/QuarkusConfigKeyWithDashOpenApiTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@
66

77
import org.eclipse.microprofile.rest.client.inject.RegisterRestClient;
88
import org.eclipse.microprofile.rest.client.inject.RestClient;
9+
import org.junit.jupiter.api.Tag;
910
import org.junit.jupiter.api.Test;
1011
import org.openapi.quarkus.config_key_with_dash_yaml.api.DefaultApi;
1112

1213
import io.quarkus.test.junit.QuarkusTest;
1314

1415
@QuarkusTest
16+
@Tag("resteasy-reactive")
1517
class QuarkusConfigKeyWithDashOpenApiTest {
1618

1719
@RestClient

0 commit comments

Comments
 (0)