fix(snjs): skip workspaces tests as they are a pending backlog feature

This commit is contained in:
Karol Sójko
2022-12-27 13:48:55 +01:00
parent 4e61d9b3e3
commit 8311271a49

View File

@@ -2,7 +2,7 @@ import * as Factory from './lib/factory.js'
chai.use(chaiAsPromised)
const expect = chai.expect
describe('workspaces', function () {
describe.skip('workspaces', function () {
this.timeout(Factory.TwentySecondTimeout)
let ownerContext