diff --git a/test/specs/paykit.e2e.ts b/test/specs/paykit.e2e.ts index d107acf..d9fd336 100644 --- a/test/specs/paykit.e2e.ts +++ b/test/specs/paykit.e2e.ts @@ -57,7 +57,7 @@ async function openContactActivity(publicKey: string) { await tap('ContactActivity'); } -describe('@pubky @paykit - Public payments', () => { +describe.skip('@pubky @paykit - Public payments', () => { beforeEach(async () => { await reinstallApp(); await completeOnboarding();