]
RH Bugzilla Integration commented on ISPN-4921:
-----------------------------------------------
Dave Stahl <dstahl(a)redhat.com> changed the Status of [bug
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}