From 33e0eedd00f7a1678baf666f8af129127935e7ac Mon Sep 17 00:00:00 2001 From: alexeh Date: Thu, 21 Nov 2024 07:09:41 +0100 Subject: [PATCH] skip create test until complete calculations flow --- .../integration/custom-projects/custom-projects-create.spec.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/api/test/integration/custom-projects/custom-projects-create.spec.ts b/api/test/integration/custom-projects/custom-projects-create.spec.ts index 8291f6b5..e96a18f0 100644 --- a/api/test/integration/custom-projects/custom-projects-create.spec.ts +++ b/api/test/integration/custom-projects/custom-projects-create.spec.ts @@ -16,7 +16,7 @@ describe('Create Custom Projects - Setup', () => { await testManager.close(); }); - describe('TEMPORAL, FOR REFERENCE', () => { + describe.skip('TEMPORAL, FOR REFERENCE', () => { test('Should generate a conservation project input object that will be used for calculations', async () => { const response = await testManager .request() @@ -87,6 +87,7 @@ describe('Create Custom Projects - Setup', () => { baselineReassessment: 40000, mrv: 75000, longTermProjectOperatingCost: 26400, + implementationLabor: 0, }, modelAssumptions: { verificationFrequency: 5,