[infinispan-issues] [JBoss JIRA] (ISPN-4921) Tests in "smoke" TestNG group do not run in default profile
Martin Gencur (JIRA)
issues at jboss.org
Fri Oct 31 10:59:36 EDT 2014
[ https://issues.jboss.org/browse/ISPN-4921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13016441#comment-13016441 ]
Martin Gencur commented on ISPN-4921:
-------------------------------------
Yes, a dummy mistake. The weird thing is that it worked when I chose the profile which was defined as last in Test annotation.
> Tests in "smoke" TestNG group do not run in default profile
> -----------------------------------------------------------
>
> Key: ISPN-4921
> URL: https://issues.jboss.org/browse/ISPN-4921
> Project: Infinispan
> Issue Type: Bug
> Components: Test Suite - Core
> Affects Versions: 7.0.0.CR2
> Reporter: Martin Gencur
> Assignee: Martin Gencur
>
> All occurences of
> {code:java}
> @Test(groups = "functional,smoke",......
> {code}
> should be changed to
> {code:java}
> @Test(groups = {"functional", "smoke"} ....
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
More information about the infinispan-issues
mailing list