test: make prerequisite lanes fail honestly

This commit is contained in:
Erik 2026-08-18 12:09:41 +02:00
parent dfc841b779
commit 6faeb4a103
113 changed files with 424 additions and 336 deletions

View file

@ -183,7 +183,7 @@ public sealed class ClientVersionStoreTests : IDisposable
{
if (!OperatingSystem.IsLinux())
{
return;
throw new PlatformNotSupportedException("Lane=Linux requires a native Linux host.");
}
var store = new ClientVersionStore(_paths);