Skip to content

Commit

Permalink
chore: disables auth tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Gancho Radkov committed Apr 10, 2024
1 parent b7fb2ce commit cd255ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/auth.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const defaultRequestParams: AuthEngineTypes.RequestParams = {
nonce: generateNonce(),
};

describe("Auth Integration", () => {
describe.skip("Auth Integration", () => {
let core: ICore;
let wallet: ISingleEthereum;
let dapp: IAuthClient;
Expand Down

0 comments on commit cd255ed

Please sign in to comment.