Skip to content

Commit 35161cb

Browse files
committed
test: simplify feature_dip3_v19 test by excluding v20 out of scope
1 parent 63f509d commit 35161cb

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

test/functional/feature_dip3_v19.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def set_test_params(self):
4747
'-testactivationheight=v19@200',
4848
]] * 6
4949
self.set_dash_test_params(6, 5, evo_count=2, extra_args=self.extra_args)
50-
self.delay_v20_and_mn_rr(height=260)
50+
self.delay_v20_and_mn_rr(height=9000)
5151

5252

5353
def run_test(self):
@@ -105,11 +105,6 @@ def run_test(self):
105105
new_mn = self.dynamically_add_masternode(evo=False, rnd=(10 + i))
106106
assert new_mn is not None
107107

108-
self.log.info("Chainlocks in CbTx can be only in Basic scheme. Wait one...")
109-
self.wait_until(lambda: self.nodes[0].getbestchainlock()['height'] > 200)
110-
self.log.info(f"block {self.nodes[0].getbestchainlock()['height']} is chainlocked after v19 activation")
111-
112-
self.activate_by_name('v20', expected_activation_height=260)
113108
# mine more quorums and make sure everything still works
114109
prev_quorum = None
115110
for _ in range(5):

0 commit comments

Comments
 (0)