Exclude thrown ascii filename error from native tests (#737)

The URI encoding is not predictable here.
This commit is contained in:
Daniel Chao
2024-10-24 08:20:56 -07:00
committed by GitHub
parent 069a5d1adc
commit 22c9a6c9f4

View File

@@ -199,6 +199,8 @@ abstract class AbstractNativeLanguageSnippetTestsEngine : AbstractLanguageSnippe
// executable)
// on the other hand, don't exclude /native/
Regex(".*/import1b\\.pkl"),
// URIs get rendered slightly differently (percent-encoded vs raw)
Regex(".*日本語_error\\.pkl")
)
/** Avoid running tests for native binaries when those native binaries have not been built. */