Skip to content

Commit 2420b33

Browse files
authored
BAEL-3260: Ignore the StatelessEJBIntegrationTest (eugenp#9672)
1 parent 3d0e9a4 commit 2420b33

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spring-ejb/ejb-beans/src/test/java/com/baeldung/ejb/stateless/StatelessEJBIntegrationTest.java

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
import org.jboss.shrinkwrap.api.asset.EmptyAsset;
77
import org.jboss.shrinkwrap.api.spec.JavaArchive;
88
import org.junit.Assert;
9+
import org.junit.Ignore;
910
import org.junit.Test;
1011
import org.junit.runner.RunWith;
1112

@@ -17,6 +18,7 @@
1718

1819

1920
@RunWith(Arquillian.class)
21+
@Ignore("Will be fixed in BAEL-4422")
2022
public class StatelessEJBIntegrationTest {
2123

2224
@Inject

0 commit comments

Comments
 (0)