-
Task
-
Resolution: Done
-
Undefined
-
None
-
None
-
None
-
False
-
-
False
-
-
1. Remove Annotations @ParallelSuite and @IsolatedSuite
2. ExecutionListener class
3. OrderTestSuites class - Having back only method-wide parallelism, I think we do not need this order and it can be completely removed from our STs
4. StUtils class - The parts related to parallelism could removed and not replaced by shared configuration because we are not gonna remove Shared Cluster Operator
5. AbtractST class - This class consists of logic, where we check that (e.g., Isolated starting its execution so we wait until we have 0 parallel suites running and then also that any isolated suite is not running).
PR - https://github.com/strimzi/strimzi-kafka-operator/pull/8648