diff --git a/packages/core/client/src/modules/variable/__e2e__/basic.test.ts b/packages/core/client/src/modules/variable/__e2e__/basic.test.ts index 901f4fbf2b..0ae864aeac 100644 --- a/packages/core/client/src/modules/variable/__e2e__/basic.test.ts +++ b/packages/core/client/src/modules/variable/__e2e__/basic.test.ts @@ -44,7 +44,7 @@ test.describe('variables', () => { await expect(page.getByRole('textbox')).toHaveValue(token); }); - test('Table selected records', async ({ page, mockPage, mockRecord }) => { + test.skip('Table selected records', async ({ page, mockPage, mockRecord }) => { const nocoPage = await mockPage(tableSelectedRecords).waitForInit(); const record = await mockRecord('testTableSelectedRecords'); await nocoPage.goto();