Skip to content

Commit

Permalink
incubator-kie-kogito-examples/issues/1831
Browse files Browse the repository at this point in the history
Disable flaky tests in incubator-kie-kogito-examples
  • Loading branch information
Rikkola authored and jstastny-cz committed Dec 5, 2023
1 parent 50e68f8 commit 48c094d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@

import org.acme.travel.Traveller;
import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.kie.kogito.test.springboot.kafka.KafkaTestClient;
import org.kie.kogito.testcontainers.springboot.KafkaSpringBootTestResource;
Expand Down Expand Up @@ -68,6 +69,7 @@ public class MultiMessagingIT {
private KafkaTestClient kafkaClient;

@Test
@Disabled("Flaky test")
public void testProcess() throws InterruptedException {
objectMapper.configure(JsonParser.Feature.ALLOW_UNQUOTED_FIELD_NAMES, true);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@

import org.acme.travel.Traveller;
import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.kie.kogito.test.springboot.kafka.KafkaTestClient;
import org.kie.kogito.testcontainers.springboot.KafkaSpringBootTestResource;
Expand Down Expand Up @@ -65,6 +66,7 @@ public class MessagingIT {
private KafkaTestClient kafkaClient;

@Test
@Disabled("Flaky test")
public void testProcess() throws InterruptedException {
objectMapper.configure(JsonParser.Feature.ALLOW_UNQUOTED_FIELD_NAMES, true);

Expand Down

0 comments on commit 48c094d

Please sign in to comment.