We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca42f34 commit 541fffcCopy full SHA for 541fffc
test/integration/taxonomy-integration.ts
@@ -7,7 +7,7 @@ import { getTestOrganizationId, initPlainClient } from '../helpers'
7
let conceptsToDelete: ConceptProps[] = []
8
let conceptSchemesToDelete: ConceptSchemeProps[] = []
9
10
-describe('Taxonomy Integration', () => {
+describe.skip('Taxonomy Integration', () => {
11
const client = initPlainClient({
12
organizationId: getTestOrganizationId(),
13
})
0 commit comments