diff --git a/pkl-core/src/test/kotlin/org/pkl/core/LanguageSnippetTestsEngine.kt b/pkl-core/src/test/kotlin/org/pkl/core/LanguageSnippetTestsEngine.kt index ad6d1ce39..57b295a36 100644 --- a/pkl-core/src/test/kotlin/org/pkl/core/LanguageSnippetTestsEngine.kt +++ b/pkl-core/src/test/kotlin/org/pkl/core/LanguageSnippetTestsEngine.kt @@ -210,17 +210,17 @@ abstract class AbstractNativeLanguageSnippetTestsEngine : AbstractLanguageSnippe override val excludedTests: List = listOf( - // exclude test that loads module from class path (there is no class path when using native - // executable) - // on the other hand, don't exclude /native/ - Regex(".*/import1b\\.pkl"), - // URIs get rendered slightly differently (percent-encoded vs raw) - Regex(".*日本語_error\\.pkl"), - ) - .plus( - // on experimental JVM versions, exclude tests which are known to be incompatible - exclusionsForThisJvm() - ) + // exclude test that loads module from class path (there is no class path when using native + // executable) + // on the other hand, don't exclude /native/ + Regex(".*/import1b\\.pkl"), + // URIs get rendered slightly differently (percent-encoded vs raw) + Regex(".*日本語_error\\.pkl"), + ) + .plus( + // on experimental JVM versions, exclude tests which are known to be incompatible + exclusionsForThisJvm() + ) /** Avoid running tests for native binaries when those native binaries have not been built. */ override fun discover(