Skip to content

Commit

Permalink
Ensure we return from the script
Browse files Browse the repository at this point in the history
  • Loading branch information
bkchr committed Feb 2, 2024
1 parent 5db7a7e commit 42ac088
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions polkadot/zombienet_tests/smoke/0004-configure-broker.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ async function run(nodeName, networkInfo, _jsArgs) {
} else if (result.isError) {
// Probably happens because of: https://github.com/paritytech/polkadot-sdk/issues/1202.
console.log(`Transaction error`);
// We ignore the error because it is very likely misleading, because of the issue mentioned above.
unsub();
return resolve();
}
});
});
Expand Down

0 comments on commit 42ac088

Please sign in to comment.