Skip to content

Commit

Permalink
Merge branch 'incubator-kie-issues#1457' of https://github.com/fjtira…
Browse files Browse the repository at this point in the history
…do/kogito-apps.git into incubator-kie-issues#1457
  • Loading branch information
fjtirado committed Oct 4, 2024
2 parents 02cf044 + 9fecfbc commit 8bc0786
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
import static io.restassured.RestAssured.given;
import static org.awaitility.Awaitility.await;
import static org.hamcrest.CoreMatchers.is;
import static org.junit.jupiter.api.Assumptions.assumeTrue;

@Timeout(10000)
public abstract class AbstractMessagingConsumerIT {
Expand Down Expand Up @@ -124,7 +123,6 @@ void testJobEvent() throws Exception {

@Test
void testProcessInstanceEventCollection() throws Exception {
assumeTrue(shouldRunCollectionTests());
sendProcessInstanceEventCollection();

String processInstanceId1 = "processId-UUID1";
Expand All @@ -146,7 +144,6 @@ void testProcessInstanceEventCollection() throws Exception {

@Test
void testUserTaskInstanceEventCollection() throws Exception {
assumeTrue(shouldRunCollectionTests());
sendUserTaskInstanceEventCollection();

String taskId1 = "taskId-UUID1";
Expand All @@ -167,7 +164,6 @@ void testUserTaskInstanceEventCollection() throws Exception {

@Test
void testProcessDefinitionEventCollection() throws Exception {
assumeTrue(shouldRunCollectionTests());
sendProcessDefinitionEventCollection();

String definitionId = "jsongreet";
Expand Down

0 comments on commit 8bc0786

Please sign in to comment.