diff --git a/packages/plugins/@nocobase/plugin-collection-fdw/src/server/__tests__/database-server.test.ts b/packages/plugins/@nocobase/plugin-collection-fdw/src/server/__tests__/database-server.test.ts index 71c54e11106..c4fdf7af624 100644 --- a/packages/plugins/@nocobase/plugin-collection-fdw/src/server/__tests__/database-server.test.ts +++ b/packages/plugins/@nocobase/plugin-collection-fdw/src/server/__tests__/database-server.test.ts @@ -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')