From e89a4a6d65656a1ad437962fd37d02561a74a278 Mon Sep 17 00:00:00 2001 From: Piotr Stachyra Date: Mon, 6 Jul 2026 16:10:30 +0200 Subject: [PATCH] test: temp skip paykit e2e --- test/specs/paykit.e2e.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();