[seam-issues] [JBoss JIRA] Updated: (SEAM-84) booking - integration tests are always skipped

Jozef Hartinger (JIRA) jira-events at lists.jboss.org
Wed Apr 20 04:40:33 EDT 2011


     [ https://issues.jboss.org/browse/SEAM-84?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jozef Hartinger updated SEAM-84:
--------------------------------

    Workaround Description: 
Use the following configuration of the surefire plugin in every profile.

{code:xml}
<plugins>
    <plugin>
        <artifactId>maven-surefire-plugin</artifactId>
        <configuration>
            <skip>false</skip>
            <testNGArtifactName>none:none</testNGArtifactName>
            <excludes>
                <exclude>**/ftest/**</exclude>
            </excludes>
        </configuration>
    </plugin>
</plugins>
{code}
                Workaround: [Workaround Exists]


> booking - integration tests are always skipped
> ----------------------------------------------
>
>                 Key: SEAM-84
>                 URL: https://issues.jboss.org/browse/SEAM-84
>             Project: Seam 3 Distribution
>          Issue Type: Bug
>          Components: Shared Examples
>    Affects Versions: 3.0.0.Final
>            Reporter: Jozef Hartinger
>            Assignee: Jozef Hartinger
>             Fix For: Future
>
>
> As a consequence of using both JUnit and TestNG, the JUnit (integration) tests are never run.

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


More information about the seam-issues mailing list