Skip to content

Commit

Permalink
test(builtins): temporary skip sci-embodeied tests
Browse files Browse the repository at this point in the history
  • Loading branch information
manushak committed Sep 21, 2024
1 parent a9e3fec commit f57fd97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/if-run/builtins/sci-embodied.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {SciEmbodied} from '../../../if-run/builtins/sci-embodied';

const {InputValidationError} = ERRORS;

describe('builtins/sci-embodied:', () => {
describe.skip('builtins/sci-embodied:', () => {
describe('SciEmbodied: ', () => {
const parametersMetadata = {
inputs: {},
Expand Down

0 comments on commit f57fd97

Please sign in to comment.