Description
While running on a single node cluster, TestBlockRecovery fails with AssumtionViolationException. Turns out Assume shouldn't be used in @BeforeClass and @AfterClass methods.
While it might be untypical to run such a test in the single node setup, it is yet convenient during the development cycle and incorrectly failing test is spoiling the picture. Let's fix.