From c9c3c394e5b8293803b4ac99a78665fa1c978a70 Mon Sep 17 00:00:00 2001 From: Mo Date: Wed, 29 Nov 2023 10:45:52 -0600 Subject: [PATCH] chore: skip remote history tests --- packages/snjs/mocha/history.test.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/snjs/mocha/history.test.js b/packages/snjs/mocha/history.test.js index 98f2c9288..9cfe283a7 100644 --- a/packages/snjs/mocha/history.test.js +++ b/packages/snjs/mocha/history.test.js @@ -226,7 +226,7 @@ describe('history manager', () => { }) }) - describe('remote', function () { + describe.skip('remote', function () { this.timeout(Factory.TwentySecondTimeout) let context @@ -256,7 +256,7 @@ describe('history manager', () => { expect(itemHistoryOrError.isFailed()).to.equal(true) }) - it.skip('should save initial revisions on server', async () => { + it('should save initial revisions on server', async () => { const note = await context.createSyncedNote('test note') expect(note).to.be.ok