We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d0e9a4 commit 2420b33Copy full SHA for 2420b33
spring-ejb/ejb-beans/src/test/java/com/baeldung/ejb/stateless/StatelessEJBIntegrationTest.java
@@ -6,6 +6,7 @@
6
import org.jboss.shrinkwrap.api.asset.EmptyAsset;
7
import org.jboss.shrinkwrap.api.spec.JavaArchive;
8
import org.junit.Assert;
9
+import org.junit.Ignore;
10
import org.junit.Test;
11
import org.junit.runner.RunWith;
12
@@ -17,6 +18,7 @@
17
18
19
20
@RunWith(Arquillian.class)
21
+@Ignore("Will be fixed in BAEL-4422")
22
public class StatelessEJBIntegrationTest {
23
24
@Inject
0 commit comments