Skip to content

Commit

Permalink
Add disabled test reason
Browse files Browse the repository at this point in the history
Signed-off-by: tvallin <thibault.vallin@oracle.com>
  • Loading branch information
tvallin committed Apr 3, 2024
1 parent e793376 commit 1cd55c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ void resendAckTestPart1(SeContainer cdi) {

@Test
@Order(2)
@DisabledOnOs(OS.WINDOWS)
@DisabledOnOs(value = OS.WINDOWS, disabledReason = "https://github.com/helidon-io/helidon/issues/8509")
void resendAckTestPart2(SeContainer cdi) {
MockConnector mockConnector = cdi.select(MockConnector.class, TEST_CONNECTOR_ANNOTATION).get();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
import static org.hamcrest.Matchers.is;

@ServerTest
@DisabledOnOs(OS.WINDOWS)
@DisabledOnOs(value = OS.WINDOWS, disabledReason = "https://github.com/helidon-io/helidon/issues/8510")
class EmptyFrameCntTest {

private static final Duration TIMEOUT = Duration.ofSeconds(10);
Expand Down

0 comments on commit 1cd55c9

Please # to comment.