This commit is contained in:
Andrzej Cichocki
2018-02-27 12:36:44 +00:00
committed by GitHub
parent 48da1c3ebf
commit 3abe6888cf

View File

@ -34,7 +34,7 @@ import javax.persistence.Table
import kotlin.test.assertEquals
import kotlin.test.assertNotNull
class ONodeStatePersistenceTests {
class NodeStatePersistenceTests {
@Test
fun `persistent state survives node restart`() {
// Temporary disable this test when executed on Windows. It is known to be sporadically failing.