Skip to content

Commit 9762b3e

Browse files
committed
chore: disable kotest classpath scanning
This speeds up the build, see https://kotest.io/docs/5.9.x/framework/project-config.html The two kotest tests are still executed (PlainTextLanguageText and TestCaseParsingTest)
1 parent 61f7ef3 commit 9762b3e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,10 @@
181181
<version>${surefire.version}</version>
182182
<configuration>
183183
<runOrder>alphabetical</runOrder>
184+
<systemProperties>
185+
<kotest.framework.classpath.scanning.config.disable>true</kotest.framework.classpath.scanning.config.disable>
186+
<kotest.framework.classpath.scanning.autoscan.disable>true</kotest.framework.classpath.scanning.autoscan.disable>
187+
</systemProperties>
184188
</configuration>
185189

186190
<dependencies>

0 commit comments

Comments
 (0)