Merge branch 'main' into next

This commit is contained in:
nocobase[bot]
2026-02-25 02:34:43 +00:00
@@ -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')