Ignore DemoServletsAdapterTest on EAP6

This commit is contained in:
mhajas 2016-01-12 11:56:10 +01:00
parent f9f1e36df6
commit acf0100411

View file

@ -10,7 +10,7 @@ import org.junit.Ignore;
*/
@AppServerContainer("app-server-eap6")
@AdapterLibsLocationProperty("adapter.libs.eap6")
@Ignore //failing tests
public class EAP6DemoServletsAdapterTest extends AbstractDemoServletsAdapterTest {
}