chore: skip unstable e2e test

This commit is contained in:
Zeke Zhang 2024-06-19 09:31:13 +08:00
parent 6522720a96
commit 2300104586

View File

@ -190,7 +190,7 @@ test.describe('display association fields', () => {
});
// https://nocobase.height.app/T-4596
test('Non-ID source key', async ({ page, mockPage, mockRecord }) => {
test.skip('Non-ID source key', async ({ page, mockPage, mockRecord }) => {
const nocoPage = await mockPage(T4596).waitForInit();
const record = await mockRecord('collectionA', 2);
await nocoPage.goto();