[infinispan-issues] [JBoss JIRA] (ISPN-4921) Tests in "smoke" TestNG group do not run in default profile
RH Bugzilla Integration (JIRA)
issues at jboss.org
Wed Jan 28 08:27:52 EST 2015
[ https://issues.jboss.org/browse/ISPN-4921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13035655#comment-13035655 ]
RH Bugzilla Integration commented on ISPN-4921:
-----------------------------------------------
Dave Stahl <dstahl at redhat.com> changed the Status of [bug 1167401|https://bugzilla.redhat.com/show_bug.cgi?id=1167401] from VERIFIED to CLOSED
> 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
> Fix For: 7.0.0.Final
>
>
> 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.11#6341)
More information about the infinispan-issues
mailing list