Skip to content

Commit 204e3f4

Browse files
committed
temp - skip pubky tests
1 parent 5b5ff34 commit 204e3f4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

test/specs/paykit.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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();

test/specs/pubky-profile.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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();

0 commit comments

Comments
 (0)