Skip to content

Commit 9aa1334

Browse files
committed
Skip more failing tests.
1 parent 450f41e commit 9aa1334

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Diff for: tests/test-common.js

+10
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ const TEST_TYPES = {
7878
/compact-manifest.jsonld#tjs07$/,
7979
/compact-manifest.jsonld#tjs08$/,
8080
/compact-manifest.jsonld#tjs09$/,
81+
// IRI confusion
82+
/compact-manifest.jsonld#te002$/,
8183
]
8284
},
8385
fn: 'compact',
@@ -170,6 +172,10 @@ const TEST_TYPES = {
170172
// misc
171173
/expand-manifest.jsonld#te043$/,
172174
/expand-manifest.jsonld#te044$/,
175+
// IRI prefixes
176+
/expand-manifest.jsonld#tpr29$/,
177+
// protected null IRI mapping
178+
/expand-manifest.jsonld#tpr28$/,
173179
// remote
174180
/remote-doc-manifest.jsonld#t0005$/,
175181
/remote-doc-manifest.jsonld#t0006$/,
@@ -323,6 +329,10 @@ const TEST_TYPES = {
323329
/toRdf-manifest.jsonld#tjs13$/,
324330
// number fixes
325331
/toRdf-manifest.jsonld#trt01$/,
332+
// IRI resolution
333+
/toRdf-manifest.jsonld#t0130$/,
334+
/toRdf-manifest.jsonld#t0131$/,
335+
/toRdf-manifest.jsonld#t0132$/,
326336
]
327337
},
328338
fn: 'toRDF',

0 commit comments

Comments
 (0)