Skip to content

Commit 874b3a1

Browse files
committed
Temporarily skip HTML tests.
1 parent bf251d7 commit 874b3a1

File tree

1 file changed

+36
-1
lines changed

1 file changed

+36
-1
lines changed

tests/test-common.js

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@ const TEST_TYPES = {
4949
// type set
5050
/^#t0104/,
5151
/^#t0105/,
52+
// html
53+
/^#th001/,
54+
/^#th002/,
55+
/^#th003/,
56+
/^#th004/,
5257
]
5358
},
5459
fn: 'compact',
@@ -88,6 +93,27 @@ const TEST_TYPES = {
8893
/^#t0012/,
8994
// iris
9095
/^#t0109/,
96+
// html
97+
/^#th001/,
98+
/^#th002/,
99+
/^#th003/,
100+
/^#th004/,
101+
/^#th005/,
102+
/^#th006/,
103+
/^#th007/,
104+
/^#th010/,
105+
/^#th011/,
106+
/^#th012/,
107+
/^#th013/,
108+
/^#th014/,
109+
/^#th015/,
110+
/^#th016/,
111+
/^#th017/,
112+
/^#th018/,
113+
/^#th019/,
114+
/^#th020/,
115+
/^#th021/,
116+
/^#th022/,
91117
]
92118
},
93119
fn: 'expand',
@@ -105,6 +131,11 @@ const TEST_TYPES = {
105131
/^#tli01/,
106132
/^#tli02/,
107133
/^#tli03/,
134+
// html
135+
/^#th001/,
136+
/^#th002/,
137+
/^#th003/,
138+
/^#th004/,
108139
]
109140
},
110141
fn: 'flatten',
@@ -192,7 +223,11 @@ const TEST_TYPES = {
192223
/^#twf04/,
193224
/^#twf05/,
194225
/^#twf06/,
195-
/^#twf07/
226+
/^#twf07/,
227+
// html
228+
/^#th001/,
229+
/^#th002/,
230+
/^#th003/,
196231
]
197232
},
198233
fn: 'toRDF',

0 commit comments

Comments
 (0)