diff --git a/test/integration/environment-template-integration.test.ts b/test/integration/environment-template-integration.test.ts index 4476f1db1b..8c3cf27af9 100644 --- a/test/integration/environment-template-integration.test.ts +++ b/test/integration/environment-template-integration.test.ts @@ -19,7 +19,7 @@ import type { type InstallTemplate = () => Promise -describe('Environment template API', () => { +describe.skip('Environment template API', () => { const client = defaultClient const orgId = getTestOrganizationId() const templateDescription = `${baseEnvironmentTemplateDescription} ${generateRandomId()}` diff --git a/test/integration/taxonomy-integration.test.ts b/test/integration/taxonomy-integration.test.ts index c372528db6..e936f0ccf0 100644 --- a/test/integration/taxonomy-integration.test.ts +++ b/test/integration/taxonomy-integration.test.ts @@ -542,6 +542,7 @@ function isConceptProps(concept: any) { 'altLabels', 'broader', 'changeNote', + 'conceptSchemes', 'definition', 'editorialNote', 'example',