Skip to content

Commit

Permalink
Merge pull request #35218 from gsmet/disable-vt-test
Browse files Browse the repository at this point in the history
Disable io.quarkus.it.vthreads.kafka.VirtualThreadTest.testAlertMessage
  • Loading branch information
gsmet authored Aug 5, 2023
2 parents cf8bc0c + 94772f8 commit d6891eb
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
import static com.github.tomakehurst.wiremock.matching.RequestPatternBuilder.newRequestPattern;
import static org.awaitility.Awaitility.await;

import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;

import com.github.tomakehurst.wiremock.WireMockServer;
Expand All @@ -28,6 +29,7 @@ void testAlert() {
}

@Test
@Disabled("flaky")
void testAlertMessage() {
await().untilAsserted(() -> mockServer.verify(new CountMatchingStrategy(GREATER_THAN_OR_EQUAL, EXPECTED_CALLS),
newRequestPattern(POST, urlPathEqualTo("/price/alert-message"))));
Expand Down

0 comments on commit d6891eb

Please sign in to comment.