Skip to content

Commit

Permalink
#24738 order tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fabrizzio-dotCMS committed Jun 29, 2023
1 parent d04d1a6 commit 7e22718
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dotCMS/src/integration-test/java/com/dotcms/MainSuite2b.java
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@
/* grep -l -r "@Test" dotCMS/src/integration-test */
/* ./gradlew integrationTest -Dtest.single=com.dotcms.MainSuite */


@RunWith(MainBaseSuite.class)
@SuiteClasses({
Task05380ChangeContainerPathToAbsoluteTest.class,
Expand Down Expand Up @@ -304,11 +303,12 @@
Task230328AddMarkedForDeletionColumnTest.class,
StartupTasksExecutorDataTest.class,
Task230426AlterVarcharLengthOfLockedByColTest.class,
CMSUrlUtilTest.class,
AssetPathResolverImplIntegrationTest.class,
WebAssetHelperIntegrationTest.class,
CMSUrlUtilTest.class
WebAssetHelperIntegrationTest.class
})

public class MainSuite2b {

}

0 comments on commit 7e22718

Please sign in to comment.