Skip to content

Commit

Permalink
Fix Flaky test permv2 (hyperledger#6936)
Browse files Browse the repository at this point in the history
* verify

Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>

---------

Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
  • Loading branch information
macfarla committed Apr 26, 2024
1 parent 65bc7bb commit 01fe71f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ public void onchainPermissioningAllowlistShouldPersistAcrossRestarts() {
permissionedCluster.stop();
permissionedCluster.start(bootnode, forbiddenNode, allowedNode, permissionedNode);

verifyAllNodesAreInSyncWithMiner();

permissionedNode.verify(connectionIsAllowed(allowedNode));
permissionedNode.verify(connectionIsAllowed(bootnode));
permissionedNode.verify(connectionIsAllowed(permissionedNode));
Expand Down

0 comments on commit 01fe71f

Please sign in to comment.