Setting quarkus.http.test-port to a non-default value breaks tests in MP OpenAPI TCK #4211
Labels
area/testing
kind/bug
Something isn't working
triage/out-of-date
This issue/PR is no longer valid or relevant
This is because the
@BeforeSuite
callback (https://github.com/eclipse/microprofile-open-api/blob/1.1.2/tck/src/main/java/org/eclipse/microprofile/openapi/tck/AppTestBase.java#L48) runs too early, before theTestHTTPResourceManager
has a chance to set thetest.url
property, so the callback picks up the one that is passed frompom.xml
, but that one has a hardcoded port 8081The text was updated successfully, but these errors were encountered: