Skip to content

Commit 541fffc

Browse files
authored
fix(taxonomy): disable taxonomy integration test [NONE] (#2404)
1 parent ca42f34 commit 541fffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/taxonomy-integration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { getTestOrganizationId, initPlainClient } from '../helpers'
77
let conceptsToDelete: ConceptProps[] = []
88
let conceptSchemesToDelete: ConceptSchemeProps[] = []
99

10-
describe('Taxonomy Integration', () => {
10+
describe.skip('Taxonomy Integration', () => {
1111
const client = initPlainClient({
1212
organizationId: getTestOrganizationId(),
1313
})

0 commit comments

Comments
 (0)