[
https://issues.apache.org/jira/browse/RYA-279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16002854#comment-16002854
]
Aaron Mihalik commented on RYA-279:
-----------------------------------
The parent pom explicitly excludes IntegrationTests.
maven-surefire-plugin: <exclude> **/*IntegrationTest.java </exclude>
https://github.com/apache/incubator-rya/blob/master/pom.xml#L886
I think you need to use the maven failsafe plugin to run these test, and that
doesn't seem to be enabled. Also note that we are not running *TestIT.java
(e.g. org.apache.rya.indexing.external.PCJOptionalTestIT).
> Some tests seem to be skipped in jenkins build
> ----------------------------------------------
>
> Key: RYA-279
> URL: https://issues.apache.org/jira/browse/RYA-279
> Project: Rya
> Issue Type: Bug
> Components: build
> Reporter: Puja Valiyil
> Assignee: Andrew Smith
> Priority: Blocker
>
> On the dev list, there were reports of some tests being skipped by the
> jenkins build. It appears that that is the case when looking at it in more
> detail. Please investigate to figure out why this is an issue and if it has
> something to do with naming, or something else.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)