File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ async function openContactActivity(publicKey: string) {
5555 await tap ( 'ContactActivity' ) ;
5656}
5757
58- describe ( ' @paykit - Public payments', ( ) => {
58+ describe . skip ( '@pubky @paykit - Public payments', ( ) => {
5959 beforeEach ( async ( ) => {
6060 await reinstallApp ( ) ;
6161 await completeOnboarding ( ) ;
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ import { ciIt } from '../helpers/suite';
4444// Covers scenarios from docs/pubky-profile-manual-e2e.md.
4545// Each test reinstalls + onboards so any single test can be run in isolation
4646// (e.g. `--mochaOpts.grep "@pubky_profile_2"` or `"@pubky_profile_3"`).
47- describe ( '@pubky @pubky_profile - Pubky profile' , ( ) => {
47+ describe . skip ( '@pubky @pubky_profile - Pubky profile' , ( ) => {
4848 beforeEach ( async ( ) => {
4949 await reinstallApp ( ) ;
5050 await completeOnboarding ( ) ;
You can’t perform that action at this time.
0 commit comments