Add an explanation about why this test is skipped as value of @Disabled
This commit is contained in:
parent
9df069c862
commit
f56a57f901
|
@ -85,9 +85,8 @@ class Junit5AssertionsUnitTest {
|
|||
}
|
||||
|
||||
@Test
|
||||
@Disabled
|
||||
@Disabled("Test not completed")
|
||||
void whenFailingATest_thenFailed() {
|
||||
// Test not completed
|
||||
fail("FAIL - test not completed");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue