Skip to content

Commit 4631dbd

Browse files
Seulgi Kimmergify[bot]
authored andcommitted
Do not stop nodes while changing a term in the partial shutdown test
Because of the same reason as the total shutdown test, it reduces the failure rate.
1 parent 6e12933 commit 4631dbd

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

test/src/e2e.dynval/2/dv.shutdown.test.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,7 @@ describe("Shutdown test", function() {
6565
{ signer: validators[4], delegation: 1, deposit: 100000 },
6666
{ signer: validators[5], delegation: 1, deposit: 100000 },
6767
{ signer: validators[6], delegation: 1, deposit: 100000 }
68-
],
69-
async onBeforeEnable(allNodes) {
70-
for (const node of getBetas(allNodes).nodes) {
71-
await node.clean();
72-
}
73-
}
68+
]
7469
});
7570

7671
beforeEach(async function() {

0 commit comments

Comments
 (0)