Skip to content

@Ignore and @Category with Request.filterWith() behave differently #381

Closed as not planned
@noel-yap

Description

@noel-yap

PASSES:

@Ignore
public class NotReallyATest {
}

FAILS with "No runnable methods" initializationError (using Request.filterWith to filter out tests Categorized as Manual):

@Category(Manual.class)
public class NotReallyATest {
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions