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 e018540 commit 7ff8b72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,16 @@
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
JobQueueManagerAPIIntegrationTest.class,
JobQueueHelperIntegrationTest.class
})
public class Junit5Suite1 {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,6 @@
Task240606AddVariableColumnToWorkflowTest.class,
OpenAIContentPromptActionletTest.class,
JobQueueManagerAPITest.class,
JobQueueHelperIntegrationTest.class,
ConfigUtilsTest.class,
SimpleInjectionIT.class,
LegacyJSONObjectRenderTest.class,
Expand Down

0 comments on commit 7ff8b72

Please sign in to comment.