Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
fabrizzio-dotCMS committed Oct 9, 2024
1 parent 7ff8b72 commit ddc4ac3
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,14 @@
import com.dotcms.jobs.business.api.JobQueueManagerAPICDITest;
import com.dotcms.jobs.business.api.JobQueueManagerAPIIntegrationTest;
import com.dotcms.jobs.business.queue.PostgresJobQueueIntegrationTest;
import com.dotcms.rest.api.v1.job.JobQueueHelperIntegrationTest;
import org.junit.platform.suite.api.SelectClasses;
import org.junit.platform.suite.api.Suite;

@Suite
@SelectClasses({
JobQueueManagerAPICDITest.class,
PostgresJobQueueIntegrationTest.class,
JobQueueManagerAPIIntegrationTest.class,
JobQueueHelperIntegrationTest.class
JobQueueManagerAPIIntegrationTest.class
})
public class Junit5Suite1 {

Expand Down

0 comments on commit ddc4ac3

Please sign in to comment.