Skip to content

Commit

Permalink
fix(taxonomy): disable taxonomy integration test [NONE] (#2404)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcolink authored Aug 15, 2024
1 parent ca42f34 commit 541fffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/taxonomy-integration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { getTestOrganizationId, initPlainClient } from '../helpers'
let conceptsToDelete: ConceptProps[] = []
let conceptSchemesToDelete: ConceptSchemeProps[] = []

describe('Taxonomy Integration', () => {
describe.skip('Taxonomy Integration', () => {
const client = initPlainClient({
organizationId: getTestOrganizationId(),
})
Expand Down

0 comments on commit 541fffc

Please sign in to comment.