Skip to content

Commit

Permalink
Disable failing test. See helidon-io#8122
Browse files Browse the repository at this point in the history
  • Loading branch information
barchetta committed Dec 8, 2023
1 parent 5c106b0 commit 789e6dd
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
import jakarta.transaction.Transactional;
import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;

import static org.hamcrest.CoreMatchers.instanceOf;
Expand Down Expand Up @@ -154,6 +155,7 @@ void testAnnotationRewriting() {
}

@Test
@Disabled // TODO See https://github.com/helidon-io/helidon/issues/8122
void testNonTransactionalEntityManager() {
this.cdiContainer.getBeanManager()
.getEvent()
Expand Down

0 comments on commit 789e6dd

Please sign in to comment.