Skip to content

Commit 750210f

Browse files
authoredApr 7, 2025
test: temp skip blocks e2e (#11988)
1 parent 6d83147 commit 750210f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/fields/collections/Blocks/e2e.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ describe('Block fields', () => {
214214
).toBeVisible()
215215
})
216216

217-
test('should add different blocks with similar field configs', async () => {
217+
test.skip('should add different blocks with similar field configs', async () => {
218218
await page.goto(url.create)
219219

220220
await addBlock({

0 commit comments

Comments
 (0)
Please sign in to comment.