Skip to content

Commit

Permalink
test(builtins): temporary skip sum plugin tests
Browse files Browse the repository at this point in the history
  • Loading branch information
manushak committed Sep 23, 2024
1 parent ba6b1c8 commit c0f5572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/if-run/builtins/sum.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {STRINGS} from '../../../if-run/config';
const {ConfigError, InputValidationError} = ERRORS;
const {MISSING_CONFIG} = STRINGS;

describe('builtins/sum: ', () => {
describe.skip('builtins/sum: ', () => {
describe('Sum: ', () => {
const config = {
'input-parameters': ['cpu/energy', 'network/energy', 'memory/energy'],
Expand Down

0 comments on commit c0f5572

Please sign in to comment.