Skip to content

Commit

Permalink
Disable KafkaDevServicesContinuousTestingTestCase#testContinuousTesti…
Browse files Browse the repository at this point in the history
…ngScenario2

It has been flaky for months.

See for instance:
quarkusio#27580 (comment)
  • Loading branch information
gsmet committed Aug 30, 2022
1 parent 739a54e commit e78077a
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 org.jboss.shrinkwrap.api.asset.StringAsset;
import org.jboss.shrinkwrap.api.spec.JavaArchive;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.RegisterExtension;

Expand Down Expand Up @@ -66,6 +67,7 @@ public void testContinuousTestingScenario1() {
}

@Test
@Disabled("Flaky, see https://github.com/quarkusio/quarkus/pull/27580#issuecomment-1230984624")
public void testContinuousTestingScenario2() {
ContinuousTestingTestUtils utils = new ContinuousTestingTestUtils();
var result = utils.waitForNextCompletion();
Expand Down

0 comments on commit e78077a

Please sign in to comment.