test: Only run single test to isolate premature db closure during CI.

This commit is contained in:
Hayden Young 2023-10-10 19:22:28 +01:00
parent 5cd69a4b99
commit 15ec24570b

View File

@ -266,7 +266,7 @@ describe('Write Permissions', function () {
await db2.close()
})
it.skip('OrbitDB access controller address is deterministic', async () => {
it.only('OrbitDB access controller address is deterministic', async () => {
let connected = false
let updateCount = 0