Skip to content

Throwing SkipTestException doesn't mark test as skipped anymore #2904

@obligaron

Description

@obligaron

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:

[Test]
public async Task TestA()
{
    await Task.Yield();
    throw new SkipTestException("i should be skipped");
}
Image

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions