Skip to content

ParallelRunner doesn't recognize assumptions #12

@christian-draeger

Description

@christian-draeger

hey, it seems to me that the ParallelRunner is having some issue with assumeTrue / assumeThat

i tryed something like

public class MyTest { @Test public void checkSomeThing() { assumeTrue(false); System.out.println("hello"); } } if i run this test with ParallelRunner test is green and "hello" is printet to console. Without ParallelRunner test will be skipped as expected. greetings Chris 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions