Skip to content

Commit 713c3f9

Browse files
RitaDiasbjoerge
authored andcommitted
test(sanity): skip toolbar test (#7446)
1 parent deca138 commit 713c3f9

File tree

1 file changed

+2
-1
lines changed
  • packages/sanity/playwright-ct/tests/formBuilder/inputs/PortableText

1 file changed

+2
-1
lines changed

packages/sanity/playwright-ct/tests/formBuilder/inputs/PortableText/Toolbar.spec.tsx

+2-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,8 @@ test.describe('Portable Text Input', () => {
105105
})
106106
})
107107

108-
test.describe('Opening block style', () => {
108+
// TODO - needs rewrite to avoid flakiness
109+
test.skip('Opening block style', () => {
109110
test('on a simple editor', async ({mount, page}) => {
110111
const {getFocusedPortableTextInput} = testHelpers({page})
111112
await mount(<ToolbarStory />)

0 commit comments

Comments
 (0)