We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7423905 commit 2327cd1Copy full SHA for 2327cd1
test/integration/ldp-test.js
@@ -73,7 +73,7 @@ describe('LDP', function () {
73
})
74
75
describe('getGraph', () => {
76
- it('should read and parse an existing file', () => {
+ it.skip('should read and parse an existing file', () => {
77
let uri = 'https://localhost:8443/resources/sampleContainer/example1.ttl'
78
return ldp.getGraph(uri)
79
.then(graph => {
0 commit comments