]
Andre Dietisheim commented on JBIDE-23029:
------------------------------------------
this was merged into master. Thanks!
Integration tests: Tests should be able to run individually
-----------------------------------------------------------
Key: JBIDE-23029
URL:
https://issues.jboss.org/browse/JBIDE-23029
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: openshift
Affects Versions: 4.4.1.AM3
Reporter: Andre Dietisheim
Assignee: Andre Dietisheim
Labels: integration_tests
Fix For: 4.4.2.AM3
We should be able to run the bot tests individually. Currently you cant because the suite
is setting up requirements (ex. ScalingTest requires a connection. The connection though
is set up in the CreateNewConnectionTest. You thus cant run ScalingTest only, you need to
copy the suite, comment all the tests that you dont need).
This is even more true since running the whole suite is a lengthy task.