Skip to content

Commit

Permalink
Fix smoke tests S16C100 & S25C1200 (#2890)
Browse files Browse the repository at this point in the history
* mute moonriver channel with heiko

* not fetch runtime bytecode
  • Loading branch information
librelois authored Jul 31, 2024
1 parent 258b136 commit b952aeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions test/helpers/foreign-chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ export const ForeignChainsEndpoints = [
{
name: "Heiko",
paraId: 2085,
mutedUntil: new Date("2024-10-01").getTime(),
},
{
name: "Picasso",
Expand Down
2 changes: 1 addition & 1 deletion test/suites/smoke/test-polkadot-decoding.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ describeSuite({
pageSize,
startKey,
});
} else {
} else if (fn != "code") {
await module[fn]();
}

Expand Down

0 comments on commit b952aeb

Please sign in to comment.