mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 03:56:16 +00:00
chore: skip unstable e2e test
This commit is contained in:
parent
6522720a96
commit
2300104586
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user