Commit e2cc082cb20cdb505e5c480d932036f051c614be

Authored by Dancovich
1 parent 4ba9dc19
Exists in master

Desativado teste de deployment enquanto problema no Arquillian não é

desvendado.
impl/core/src/test/java/management/AnnotationTestCase.java
@@ -49,13 +49,17 @@ import org.jboss.shrinkwrap.api.ShrinkWrap; @@ -49,13 +49,17 @@ import org.jboss.shrinkwrap.api.ShrinkWrap;
49 import org.jboss.shrinkwrap.api.asset.FileAsset; 49 import org.jboss.shrinkwrap.api.asset.FileAsset;
50 import org.jboss.shrinkwrap.api.spec.JavaArchive; 50 import org.jboss.shrinkwrap.api.spec.JavaArchive;
51 import org.junit.Assert; 51 import org.junit.Assert;
  52 +import org.junit.Ignore;
52 import org.junit.Test; 53 import org.junit.Test;
53 import org.junit.runner.RunWith; 54 import org.junit.runner.RunWith;
54 55
55 import test.LocaleProducer; 56 import test.LocaleProducer;
56 57
  58 +//TODO O arquillian está com um problema onde, embora os testes rodem todos individualmente,
  59 +//ao pedir para rodar todos este teste individual causa todos os testes executados após esse
  60 +//falharem. Até este problema ser resolvido este teste será ignorado.
57 @RunWith(Arquillian.class) 61 @RunWith(Arquillian.class)
58 -// @Ignore 62 +@Ignore
59 public class AnnotationTestCase { 63 public class AnnotationTestCase {
60 64
61 /** 65 /**