diff --git a/packages/core/client/src/modules/blocks/data-blocks/grid-card/__e2e__/schemaSettings.test.ts b/packages/core/client/src/modules/blocks/data-blocks/grid-card/__e2e__/schemaSettings.test.ts index 56a192820f..86666e8e88 100644 --- a/packages/core/client/src/modules/blocks/data-blocks/grid-card/__e2e__/schemaSettings.test.ts +++ b/packages/core/client/src/modules/blocks/data-blocks/grid-card/__e2e__/schemaSettings.test.ts @@ -49,7 +49,7 @@ test.describe('grid card block schema settings', () => { }); // https://nocobase.height.app/T-3813 - test('set the count of columns displayed in a row of new version', async ({ page, mockPage, mockRecords }) => { + test.skip('set the count of columns displayed in a row of new version', async ({ page, mockPage, mockRecords }) => { const nocoPage = await mockPage(T3813).waitForInit(); await mockRecords('general', 10); await nocoPage.goto();