]
Max Rydahl Andersen commented on JBIDE-19801:
---------------------------------------------
there was plenty of interest - PR was requested to be opened since it was not clear why it
was needed and because it was not cleanly applied in server (as noticed in the topic of
this jira)
Can anyone remind me why using skipTests shouldn't be sufficient to use to stop
running any tests?
Why is skipTestOrITest only defined for jbosstools-server/as/itests,
but not wtp/itests/ ?
------------------------------------------------------------------------------------------
Key: JBIDE-19801
URL:
https://issues.jboss.org/browse/JBIDE-19801
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: server
Affects Versions: 4.3.0.Beta1
Reporter: Nick Boldt
Assignee: Rob Stryker
3 questions:
a) why is the variable skipTestOrITest, and not skipTestsOrITests ?
b) why isn't it defined in your root pom such that it can be reused in other itests/
folders? I see skipITests being used in as/itests/ and wtp/itests/ but only as/itests is
resolving the skipTestOrITest flag.
c) was there a JIRA to push this into the parent pom, too?