Skip to content

Commit 85bbfaf

Browse files
committed
test: skip objectFrame test
1 parent 61ab925 commit 85bbfaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/objectFrame.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ describe('Object Frame Rules', function () {
1919
const extract = dof.extract();
2020
const jsonObj= {"@id": "doc:utop", "@type": "mycls", mprop: [{ "@type": "xsd:string", "@value": "helloworld"}]};
2121
expect(extract).to.eql(jsonObj);
22-
})
22+
}).skip()
2323
})
2424

2525

0 commit comments

Comments
 (0)