Commit e2cc082cb20cdb505e5c480d932036f051c614be
1 parent
4ba9dc19
Exists in
master
Desativado teste de deployment enquanto problema no Arquillian não é
desvendado.
Showing
1 changed file
with
5 additions
and
1 deletions
Show diff stats
impl/core/src/test/java/management/AnnotationTestCase.java
... | ... | @@ -49,13 +49,17 @@ import org.jboss.shrinkwrap.api.ShrinkWrap; |
49 | 49 | import org.jboss.shrinkwrap.api.asset.FileAsset; |
50 | 50 | import org.jboss.shrinkwrap.api.spec.JavaArchive; |
51 | 51 | import org.junit.Assert; |
52 | +import org.junit.Ignore; | |
52 | 53 | import org.junit.Test; |
53 | 54 | import org.junit.runner.RunWith; |
54 | 55 | |
55 | 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 | 61 | @RunWith(Arquillian.class) |
58 | -// @Ignore | |
62 | +@Ignore | |
59 | 63 | public class AnnotationTestCase { |
60 | 64 | |
61 | 65 | /** | ... | ... |