Skip to content

Commit

Permalink
skip the irrelevant tests
Browse files Browse the repository at this point in the history
  • Loading branch information
BuddyGlas committed Dec 24, 2024
1 parent a177a04 commit d4f8ab8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ describeGov('Governance: Technical Committee tests', () => {
)).rejectedWith('BadOrigin');
});

itSub('[Negative] TechComm member cannot register foreign asset', async ({helper}) => {
itSub.skip('[Negative] TechComm member cannot register foreign asset', async ({helper}) => {
const location = {
parents: 1,
interior: {X3: [
Expand Down
2 changes: 2 additions & 0 deletions js-packages/tests/xcm/xcm.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -641,6 +641,7 @@ export class XcmTestHelper {
});

const sendMaliciousProgram = async () => {
// eslint-disable-next-line require-await
await usingPlaygrounds(async (helper) => {
const moreThanOtherChainHas = 2n * otherChainBalance;

Expand Down Expand Up @@ -674,6 +675,7 @@ export class XcmTestHelper {

messageHash = null;
const sendGoodProgram = async () => {
// eslint-disable-next-line require-await
await usingPlaygrounds(async (helper) => {

maliciousXcmProgram = helper.arrange.makeXcmProgramWithdrawDeposit(
Expand Down

0 comments on commit d4f8ab8

Please sign in to comment.