diff --git a/polkadot/zombienet_tests/smoke/0004-configure-broker.js b/polkadot/zombienet_tests/smoke/0004-configure-broker.js index 81200f93d3ac..52a32b8a7c80 100644 --- a/polkadot/zombienet_tests/smoke/0004-configure-broker.js +++ b/polkadot/zombienet_tests/smoke/0004-configure-broker.js @@ -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(); } }); });