Skip to content

Commit

Permalink
Skip NS tests for now
Browse files Browse the repository at this point in the history
To be able to deploy to dev, to discuss the end of life message
  • Loading branch information
mrinnetmaki committed Oct 12, 2023
1 parent 21e858f commit 3fbdc5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/nsrest.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const d2 = new Date(d.getTime() + 100000);

let patient;

describe('NS_REST_API & FHIRClient test', function () {
describe.skip('NS_REST_API & FHIRClient test', function () {

it('should create a sample patient and data to FHIR sandbox', async function () {
try {
Expand Down

0 comments on commit 3fbdc5e

Please sign in to comment.