BAEL-3260: Ignore the StatelessEJBIntegrationTest (#9672)

This commit is contained in:
kwoyke 2020-07-08 08:59:51 +02:00 committed by GitHub
parent cb566f840f
commit da60f1592c
1 changed files with 2 additions and 0 deletions

View File

@ -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