Skip to content

Commit

Permalink
disable change passa
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima authored Feb 22, 2024
1 parent df1dd43 commit 5133f0e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const {
waitThenTapButton,
} = require('../utils');

describe('Change Password Screen Tests', () => {
describe.skip('Change Password Screen Tests', () => {
const password = process.env.E2E_PASSWORD || 'user';
const updatedPassword = process.env.E2E_NEW_PASSWORD || 'new-password';

Expand Down

0 comments on commit 5133f0e

Please sign in to comment.