[
https://issues.jboss.org/browse/JBTIS-896?page=com.atlassian.jira.plugin....
]
Andrej Podhradsky edited comment on JBTIS-896 at 9/16/16 8:17 AM:
------------------------------------------------------------------
Please have a look at org.jboss.tools.common.reddeer.condition.IssueIsClosed.
You don't need to skip the whole test, you can just use something like
{code}
if (jiraClient.isIssueClosed(issueId) {
assertWhatYouWant(...)
}
{code}
was (Author: apodhrad):
Please have a look at org.jboss.tools.common.reddeer.condition.IssueIsClosed
Drools - Use Jira states for skipping some test cases which are
supposed to fail
--------------------------------------------------------------------------------
Key: JBTIS-896
URL:
https://issues.jboss.org/browse/JBTIS-896
Project: JBoss Tools Integration Stack
Issue Type: Task
Components: drools/ jBPM, QE
Affects Versions: 4.4.0.Alpha1
Reporter: Andrej Podhradsky
Assignee: Tomas David
Fix For: 4.4.0.Alpha1
Currently, smoke tests fail due to a known issue in drools plugin (DROOLS-1250). Please
use an existing logic for checking Jira states so that we can skip the testing of Problems
view (e.g. by setting reddeer.skipUnfixedIssues=true).
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)