mirror of
https://github.com/orbitdb/orbitdb.git
synced 2025-10-07 22:57:07 +00:00
test: Skip test to isolate premature db closure during CI.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user