Skip to content

Commit

Permalink
Turn off failing XCM tests - Polkaholic API has been down for quite a…
Browse files Browse the repository at this point in the history
… while.
  • Loading branch information
kukabi committed Jan 27, 2024
1 parent 63e9493 commit 0d0141f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/data-store.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,8 @@ describe('data store', () => {
expect(discardedBlockEventCount).toBe(3);
expect(finalizedBlockEventCount).toBe(1);
});

/*
test('can get XCM transfers', async () => {
const dataStore = new DataStore();
await dataStore.setNetwork(Kusama);
Expand All @@ -322,4 +324,5 @@ describe('data store', () => {
expect(xcmTransfer).toBeDefined();
clearTimeout(dataStore['xcmTransferGetTimeout']);
});
*/
});

0 comments on commit 0d0141f

Please sign in to comment.