Skip to content

Commit

Permalink
Disable 2tx reconfig test momentarily while stability issues are bein…
Browse files Browse the repository at this point in the history
…g worked out (#3175)
  • Loading branch information
achamayou authored Nov 5, 2021
1 parent 9e23189 commit 634045f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/reconfiguration.py
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,8 @@ def add(parser):
reconfiguration_type="1tx",
)

if cr.args.include_2tx_reconfig:
# Turned off while #3184 is in progress
if cr.args.include_2tx_reconfig and False:
cr.add(
"2tx_reconfig",
run,
Expand Down

0 comments on commit 634045f

Please sign in to comment.