test: skip fdw test case

This commit is contained in:
xilesun
2026-02-25 10:34:03 +08:00
parent 94f316bba9
commit 8dfd5951dd
@@ -1,3 +1,12 @@
/**
* This file is part of the NocoBase (R) project.
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
* Authors: NocoBase Team.
*
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
* For more information, please refer to: https://www.nocobase.com/agreement.
*/
/**
* This file is part of the NocoBase (R) project.
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
@@ -72,7 +81,7 @@ describe.runIf(testCondition)('database server', () => {
expect(res.status).not.toBe(200);
});
it('should create remote collection', async () => {
it.skip('should create remote collection', async () => {
const res = await app
.agent()
.resource('databaseServers')