Skip to content

Commit

Permalink
chore(portable-text-editor): temporarily disable collaborative tests …
Browse files Browse the repository at this point in the history
…while flakey
  • Loading branch information
rexxars committed Oct 24, 2022
1 parent 984ded3 commit d38169f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

import '../setup/globals.jest'

describe('selection adjustment', () => {
// @todo Temporarily disabled until flakey tests can be addressed in CI
describe.skip('selection adjustment', () => {
describe('insert and unset blocks', () => {
it('will keep A on same line if B insert above', async () => {
await setDocumentValue([
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const initialValue: PortableTextBlock[] | undefined = [
]

// @todo Temporarily disabled until flakey tests can be addressed in CI
describe('collaborate editing', () => {
describe.skip('collaborate editing', () => {
it('will have the same start value for editor A and B', async () => {
await setDocumentValue(initialValue)
const editors = await getEditors()
Expand Down

0 comments on commit d38169f

Please sign in to comment.