Skip to content

Commit

Permalink
test: disable USDC, USDT test from interlay to statemint
Browse files Browse the repository at this point in the history
  • Loading branch information
bvotteler committed Apr 26, 2024
1 parent 764fd5f commit 9b3fb50
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion scripts/polkadot-chopsticks-assethub-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,19 @@ async function main(): Promise<void> {
from: "polkadot",
to: "interlay",
},
// USDC and USDC test cases broken since latest changes
// on statemint where those are converted to DOT before sending fees.
{
from: "interlay",
to: "statemint",
token: "USDC"
},
{
from: "interlay",
to: "statemint",
token: "USDT"
},
];

await runTestCasesAndExit(adaptersEndpoints, true, skipCases);
}
}

0 comments on commit 9b3fb50

Please sign in to comment.