Skip to content

Commit

Permalink
skip create test until complete calculations flow
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeh committed Nov 21, 2024
1 parent 9e9559b commit 33e0eed
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down Expand Up @@ -87,6 +87,7 @@ describe('Create Custom Projects - Setup', () => {
baselineReassessment: 40000,
mrv: 75000,
longTermProjectOperatingCost: 26400,
implementationLabor: 0,
},
modelAssumptions: {
verificationFrequency: 5,
Expand Down

0 comments on commit 33e0eed

Please sign in to comment.