Skip to content

Commit

Permalink
Disable failing assertion due to #15593
Browse files Browse the repository at this point in the history
  • Loading branch information
cescoffier committed Mar 10, 2021
1 parent 2b359d6 commit c6bd939
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ void testPrometheusScrapeEndpoint() {

.body(containsString("status=\"200\""))
.body(containsString("uri=\"/message\""))
.body(containsString("uri=\"/message/item/{id}\""))
// .body(containsString("uri=\"/message/item/{id}\"")) // https://github.com/quarkusio/quarkus/issues/15593
.body(containsString("outcome=\"SUCCESS\""))
.body(containsString("uri=\"/message/match/{id}/{sub}\""))
.body(containsString("uri=\"/message/match/{other}\""))
Expand Down

0 comments on commit c6bd939

Please sign in to comment.