Skip to content

Commit a70f73a

Browse files
committed
Ignore tc034/035 in Expansion and ToRdf.
1 parent 7411cbc commit a70f73a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/test-common.js

+6
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ const TEST_TYPES = {
6767
// unused scoped context
6868
/expand-manifest.jsonld#tc032$/,
6969
/expand-manifest.jsonld#tc033$/,
70+
// nesting
71+
/expand-manifest.jsonld#tc034$/,
72+
/expand-manifest.jsonld#tc035$/,
7073
]
7174
},
7275
fn: 'expand',
@@ -165,6 +168,9 @@ const TEST_TYPES = {
165168
// unused scoped context
166169
/toRdf-manifest.jsonld#tc032$/,
167170
/toRdf-manifest.jsonld#tc033$/,
171+
// nesting
172+
/toRdf-manifest.jsonld#tc034$/,
173+
/toRdf-manifest.jsonld#tc035$/,
168174
]
169175
},
170176
fn: 'toRDF',

0 commit comments

Comments
 (0)