Skip to content

Commit

Permalink
Revert "feature(19457): fix encrypt-decrypt.spec.js flaky tests"
Browse files Browse the repository at this point in the history
This reverts commit 0176f3f.
  • Loading branch information
DDDDDanica committed Jul 2, 2023
1 parent de69f94 commit 5929ddc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/e2e/tests/encrypt-decrypt.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@ describe('Encrypt Decrypt', function () {
};
const encryptionKey = 'fxYXfCbun026g5zcCQh7Ia+O0urAEVZWLG8H4Jzu7Xs=';
const message = 'Hello, Bob!';

it.only('should decrypt an encrypted message', async function () {
it('should decrypt an encrypted message', async function () {
await withFixtures(
{
dapp: true,
Expand Down

0 comments on commit 5929ddc

Please sign in to comment.