fix(build): exclude task-scoped integration tests from PIT
This commit is contained in:
@@ -850,7 +850,10 @@ pitest {
|
|||||||
excludedTestClasses = [
|
excludedTestClasses = [
|
||||||
'org.egothor.stemmer.CompileIntegrationTest',
|
'org.egothor.stemmer.CompileIntegrationTest',
|
||||||
'org.egothor.stemmer.StemmerPatchTrieLoaderTest',
|
'org.egothor.stemmer.StemmerPatchTrieLoaderTest',
|
||||||
'org.egothor.stemmer.StemmerKnowledgeExperimentTest'
|
'org.egothor.stemmer.StemmerKnowledgeExperimentTest',
|
||||||
|
// These integration tests require dedicated Gradle task wiring and must not run in PIT worker JVMs.
|
||||||
|
'org.egothor.stemmer.FullRuntimeModelIntegrationTest',
|
||||||
|
'org.egothor.stemmer.ModelDependencyResolutionTest'
|
||||||
]
|
]
|
||||||
outputFormats = ['XML', 'HTML']
|
outputFormats = ['XML', 'HTML']
|
||||||
timestampedReports = false
|
timestampedReports = false
|
||||||
|
|||||||
Reference in New Issue
Block a user