diff --git a/src/test/scala/org/ergoplatform/nodeView/ErgoNodeViewHolderSpecification.scala b/src/test/scala/org/ergoplatform/nodeView/ErgoNodeViewHolderSpecification.scala index 6c811afa24..0e5bd1c922 100644 --- a/src/test/scala/org/ergoplatform/nodeView/ErgoNodeViewHolderSpecification.scala +++ b/src/test/scala/org/ergoplatform/nodeView/ErgoNodeViewHolderSpecification.scala @@ -483,8 +483,7 @@ class ErgoNodeViewHolderSpecification extends ErgoPropertyTest with BeforeAndAft } } - // val cases: List[TestCase] = List(t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11) - val cases: List[TestCase] = List(t7) + val cases: List[TestCase] = List(t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11) allConfigs.foreach { c => cases.foreach { t =>