Uploaded image for project: 'jBPM'
  1. jBPM
  2. JBPM-2354

fix excluded integration tests for test-db

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: Major Major
    • jBPM 4.0
    • None
    • None
    • None

      in the test-db pom:

      <plugin>
      <artifactId>maven-surefire-plugin</artifactId>
      <configuration>
      <failIfNoTests>false</failIfNoTests>
      <trimStackTrace>false</trimStackTrace>
      <excludes>
      <exclude>org/jbpm/test/activities/ForkJoinInSameTransactionTest.java</exclude>
      <exclude>org/jbpm/test/execution/ConcurrentEndTest.java</exclude>
      <exclude>org/jbpm/test/async/AsyncEndCombinationTest.java</exclude>
      <exclude>reporting/SQLStmtTest.java</exclude>
      </excludes>
      </configuration>
      </plugin>

              rhn-support-hbraun Heiko Braun
              tom.baeyens Tom Baeyens (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: