Skip test
This commit is contained in:
parent
d06f9e0a1c
commit
1b6954247c
|
@ -257,7 +257,8 @@ describe("docWritethrough", () => {
|
|||
})
|
||||
})
|
||||
|
||||
it("patches will execute in order", async () => {
|
||||
// This is not yet supported
|
||||
it.skip("patches will execute in order", async () => {
|
||||
let incrementalValue = 0
|
||||
const keyToOverride = generator.word()
|
||||
async function incrementalPatches(count: number) {
|
||||
|
|
Loading…
Reference in New Issue