From 5cd69a4b99b202e675b47b310bba061dfe0fa007 Mon Sep 17 00:00:00 2001 From: Hayden Young Date: Tue, 10 Oct 2023 18:36:32 +0100 Subject: [PATCH] test: Skip test to isolate premature db closure during CI. --- test/orbitdb-write-access.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/orbitdb-write-access.test.js b/test/orbitdb-write-access.test.js index 9c2d820..1d55327 100644 --- a/test/orbitdb-write-access.test.js +++ b/test/orbitdb-write-access.test.js @@ -266,7 +266,7 @@ describe('Write Permissions', function () { await db2.close() }) - it('OrbitDB access controller address is deterministic', async () => { + it.skip('OrbitDB access controller address is deterministic', async () => { let connected = false let updateCount = 0