Skip to content

Commit

Permalink
Temporarily disable testing HC5 for observability because of #1492
Browse files Browse the repository at this point in the history
  • Loading branch information
ppalaga committed Aug 30, 2024
1 parent 237e51e commit ba96efc
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@
class Hc5Test {

@ParameterizedTest
@ValueSource(strings = { "sync", "async", "sync-observable", "async-observable" })
@ValueSource(strings = { "sync", "async", "sync-observable",
/* "async-observable" https://github.com/quarkiverse/quarkus-cxf/issues/1492 */

})
void add(String syncMode) {
RestAssured.given()
.header(RequestScopedHeader.header, syncMode + "-header-value")
Expand Down

0 comments on commit ba96efc

Please sign in to comment.