diff --git a/e2e/security.e2e.js b/e2e/security.e2e.js index fd046619b..0f8a72e16 100644 --- a/e2e/security.e2e.js +++ b/e2e/security.e2e.js @@ -43,7 +43,7 @@ d('Settings Security And Privacy', () => { waitForElectrum?.close(); }); - it('Can setup PIN and Biometrics', async () => { + it.skip('Can setup PIN and Biometrics', async () => { // test plan: // - set up PIN with Biometrics // - try login with Biometrics and with PIN diff --git a/e2e/settings.e2e.js b/e2e/settings.e2e.js index b83d1507f..5a6fe7169 100644 --- a/e2e/settings.e2e.js +++ b/e2e/settings.e2e.js @@ -491,7 +491,7 @@ d('Settings', () => { markComplete('settings-electrum'); }); - it('Can connect to different Slashtags Web Relay', async () => { + it.skip('Can connect to different Slashtags Web Relay', async () => { if (checkComplete('settings-webrelay')) { return; }