BAEL-3260: Ignore the StatelessEJBIntegrationTest (#9672)
This commit is contained in:
parent
cb566f840f
commit
da60f1592c
|
@ -6,6 +6,7 @@ import org.jboss.shrinkwrap.api.ShrinkWrap;
|
|||
import org.jboss.shrinkwrap.api.asset.EmptyAsset;
|
||||
import org.jboss.shrinkwrap.api.spec.JavaArchive;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
|
||||
|
@ -17,6 +18,7 @@ import javax.inject.Inject;
|
|||
|
||||
|
||||
@RunWith(Arquillian.class)
|
||||
@Ignore("Will be fixed in BAEL-4422")
|
||||
public class StatelessEJBIntegrationTest {
|
||||
|
||||
@Inject
|
||||
|
|
Loading…
Reference in New Issue