Skip to content

Commit

Permalink
ACS-6309 Try to run using a TestSuite
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekswieton committed Mar 20, 2024
1 parent 6a14f0e commit fe769f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:
testAttributes:
- testName: Data-Model
testModule: data-model
testAttributes: "-DskipCoreTests=true -Dtest=AllDataModelTestSuite"
testAttributes: "-DskipCoreTests=true -Dtest=AllDataModelTestSuite, DataModelContentTestSuite"
- testName: Repository
testModule: repository
testAttributes: "-Dtest=AllUnitTestsSuite"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
@Suite.SuiteClasses({
org.alfresco.opencmis.dictionary.CMISAbstractDictionaryServiceTest.class,
//org.alfresco.repo.content.encoding.CharsetFinderTest.class,
org.alfresco.repo.content.DataModelContentTestSuite.class,
//org.alfresco.repo.content.DataModelContentTestSuite.class,
//org.alfresco.repo.content.MimetypeMapTest.class,
org.alfresco.repo.dictionary.AbstractModelTest.class,
org.alfresco.repo.dictionary.DictionaryComponentTest.class,
Expand Down

0 comments on commit fe769f4

Please sign in to comment.