Skip to content

Commit

Permalink
Disable io.quarkus.it.vthreads.kafka.VirtualThreadTest.testAlertMessage
Browse files Browse the repository at this point in the history
It is flaky.
  • Loading branch information
gsmet committed Aug 5, 2023
1 parent c86803e commit 94772f8
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 94772f8

Please sign in to comment.