[arquillian-issues] [JBoss JIRA] Created: (ARQ-605) Arquillian TestNG base class breaks tests TestNG groups

Tom Barlow (JIRA) jira-events at lists.jboss.org
Tue Sep 20 16:52:26 EDT 2011


Arquillian TestNG base class breaks tests TestNG groups
-------------------------------------------------------

                 Key: ARQ-605
                 URL: https://issues.jboss.org/browse/ARQ-605
             Project: Arquillian
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: Integration Test Suite
    Affects Versions: 1.0.0.CR5
            Reporter: Tom Barlow


The 'alwaysRun' parameter on the Arquillian TestNG base class causes these methods to ALWAYS get run, even when Arquillian tests are excluded via their group.

   @BeforeSuite(alwaysRun = true)
   public void arquillianBeforeSuite() throws Exception

This has a side effect of breaking maven profiles that use testng groups to select their tests.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the arquillian-issues mailing list