From b952aeb1197a592fde134254f9654e0b78c6108d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89lo=C3=AFs?= Date: Wed, 31 Jul 2024 19:56:25 +0200 Subject: [PATCH] Fix smoke tests S16C100 & S25C1200 (#2890) * mute moonriver channel with heiko * not fetch runtime bytecode --- test/helpers/foreign-chains.ts | 1 + test/suites/smoke/test-polkadot-decoding.ts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/test/helpers/foreign-chains.ts b/test/helpers/foreign-chains.ts index aca2e87020..5f7c41a4a9 100644 --- a/test/helpers/foreign-chains.ts +++ b/test/helpers/foreign-chains.ts @@ -103,6 +103,7 @@ export const ForeignChainsEndpoints = [ { name: "Heiko", paraId: 2085, + mutedUntil: new Date("2024-10-01").getTime(), }, { name: "Picasso", diff --git a/test/suites/smoke/test-polkadot-decoding.ts b/test/suites/smoke/test-polkadot-decoding.ts index 4ab459a7fc..6075ae5e8a 100644 --- a/test/suites/smoke/test-polkadot-decoding.ts +++ b/test/suites/smoke/test-polkadot-decoding.ts @@ -52,7 +52,7 @@ describeSuite({ pageSize, startKey, }); - } else { + } else if (fn != "code") { await module[fn](); }