Skip to content

Commit

Permalink
skip listacchistory
Browse files Browse the repository at this point in the history
  • Loading branch information
canonbrother committed Jul 23, 2024
1 parent 0d98ffa commit e5955b9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,8 @@ async function setup (app: DefidBin, testing: DefidRpc): Promise<void> {
// await testing.container.waitForBlockHeight(Math.max(500, height))
}

describe('listAccountHistory', () => {
// not being used
describe.skip('listAccountHistory', () => {
beforeAll(async () => {
app = new DefidBin()
await app.start()
Expand Down

0 comments on commit e5955b9

Please sign in to comment.