The KafkaRebalanceAssemblyOperatorTest does not seem to do anything too complex. But its execution takes very long - well over 2 minutes. A lot of the tests in it seem to take either 5 or 10 seconds -> too many for it to be random. So this suggests there might be some timeout that makes this run for a long time or something like that. This should be investigated and this test should be rewritten/refactored.
Created by Strimzi#8219