Skip to content

[DependsOn(*)] not skipping tests if dependency fails #2687

@adae-palfinger

Description

@adae-palfinger

The previous behavior if a test depends on another one that failed it should not be executed, while the execution part remains true, the test now fails instead of being skipped.

Expected behavior:

  • Test is skipped

Actual behavior:

  • Test is not executed but the test fails
    Message: InconclusiveTestException: A dependency has failed: dependency

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