Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ref(test): Disable kotest classpath autoscan #2164

Merged
merged 1 commit into from
Jun 4, 2024

Commits on Jun 4, 2024

  1. ref(test): Disable kotest classpath autoscan

    This change reduces test execution time by about 1 min (30%) on my
    machine.
    
    Since the update to kotest 5.9 the following warning gets printed during
    tests:
    Warning: Kotest autoscan is enabled. This means Kotest will scan the classpath for extensions that are annotated with @AutoScan. To avoid this startup cost, disable autoscan by setting the system property 'kotest.framework.classpath.scanning.autoscan.disable=true'. In 6.0 this value will default to true. For further details see https://kotest.io/docs/next/framework/project-config.html#runtime-detection
    bgrozev committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    1cb0b6d View commit details
    Browse the repository at this point in the history