Skip to content

Commit

Permalink
skip account abstraction test
Browse files Browse the repository at this point in the history
  • Loading branch information
0xtzData committed Feb 12, 2025
1 parent 91eacd5 commit 8607efd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/tests/api/api.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ urls.forEach((url: string) => {
expect(withdrawal.amount).toBeDefined()
}
})
test(`@Api ${url} Check account abstraction status`, async ({ request }): Promise<void> => {
test.skip(`@Api ${url} Check account abstraction status`, async ({ request }): Promise<void> => {
const resp = await request.get(`${url}/api/v2/proxy/account-abstraction/status`)
expect(resp.status()).toBe(200)
const body = await resp.json()
Expand Down

0 comments on commit 8607efd

Please sign in to comment.