Skip to content

Commit 1a56809

Browse files
gkelloggdavidlehn
authored andcommitted
Ignore test fixed in PR #384.
1 parent b616808 commit 1a56809

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tests/test-common.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ const TEST_TYPES = {
5959
// NOTE: idRegex format:
6060
//MMM-manifest#tNNN$/,
6161
idRegex: [
62+
// IRI resolution (PR #384)
63+
/expand-manifest#t0129$/,
64+
6265
// html
6366
/html-manifest#te001$/,
6467
/html-manifest#te002$/,
@@ -179,8 +182,12 @@ const TEST_TYPES = {
179182
// NOTE: idRegex format:
180183
//MMM-manifest#tNNN$/,
181184
idRegex: [
185+
// IRI resolution (PR #384)
186+
/toRdf-manifest#te129$/,
187+
182188
// well formed
183189
/toRdf-manifest#twf05$/,
190+
184191
// html
185192
/html-manifest#tr001$/,
186193
/html-manifest#tr002$/,

0 commit comments

Comments
 (0)