When updating from 0.25.21 to 0.55.23 we discovered that SkipTestException doesn't mark tests as skipped anymore (now are marked as failed). Sample code: ```csharp [Test] public async Task TestA() { await Task.Yield(); throw new SkipTestException("i should be skipped"); } ``` <img width="704" height="302" alt="Image" src="https://github.com/user-attachments/assets/f0e783fe-eeea-44f0-ac1e-83489adaadc0" />